### Description - In Android, providing a non-existent group index to the ScrollTo method results in an ArgumentOutOfRangeException. - Whereas on Windows and iOS, the call is ignored and no scrolling occurs. | Actual | Expected | |----------|----------| | <video src="https://github.com/user-attachments/assets/bc53de43-710b-425d-a126-5601852b96da"> | <video src="https://github.com/user-attachments/assets/829ec634-7932-4b2e-8f55-8e667bb96911"> | ### Steps to Reproduce 1. Launch the provided sample on Android. 2. Tap the "Scroll to Invalid Group" button. 3. Notice that an exception (ArgumentOutOfRangeException) is raised on Android. [SampleRepo.zip](https://github.com/user-attachments/files/22250651/SampleRepo.zip) ### Link to public reproduction project repository _No response_ ### Version with bug 9.0.100 SR10 ### Is this a regression from previous behavior? No, this is something new ### Last version that worked well _No response_ ### Affected platforms Android ### Affected platform versions _No response_ ### Did you find any workaround? _No response_ ### Relevant log output ```shell ```
Description
Android.mov
iOS.mov
Steps to Reproduce
SampleRepo.zip
Link to public reproduction project repository
No response
Version with bug
9.0.100 SR10
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output