As the title suggests, I’ve tried all kinds of variations on the ScrollToRow method for a MobileTable in a screens’ Activating event.
Despite the docs, many of the variations which follow the documentation examples will not even compile, with errors about not matching any decalaration
The code is called, but no matter what the parameters, it opens resolutely with the list at position 0.
Turns out that it fails to move if I try to scroll to the last row, so I’ve taken to scrolling something ‘a few rows away from the last one’ so that it lands in the middle.