In a way it does since its an issue of desktop versus mobile or tablet view
This is not the case as far as I can tell from testing in my app…if I have a repeating group set to fixed number of rows of 1 and I use the action ‘scroll to entry in repeating group’ the repeating group gets scrolled horizontally to the entry I specified.
What you need to do is setup a lot of conditions with page widths to determine if the selected value is within view or not based on the width of the screen…you can also incorporate a ‘in view’ plugin or other type of setup (I believe some use JS to Bubble for this) in order to determine if the selected entry is in view and if not to scroll to it.