08-24-2020 00:06
08-24-2020 00:06
Is it possible to scroll tile list or virtual tile list programmatically? Or at least set an initial scroll position?
I'm thinking an interface, where upon launch a tile list is positioned at a middle tile item, and user can scroll up - revealing one set of tile items, or scroll down, revealing another set of tile items.
Can this be done?
Answered! Go to the Best Answer.
09-02-2020 07:26 - edited 09-02-2020 07:26
09-02-2020 07:26 - edited 09-02-2020 07:26
Have you tried setting the .value property of the tile list?
09-02-2020 07:26 - edited 09-02-2020 07:26
09-02-2020 07:26 - edited 09-02-2020 07:26
Have you tried setting the .value property of the tile list?
09-02-2020 19:01 - edited 09-02-2020 19:02
09-02-2020 19:01 - edited 09-02-2020 19:02
Aha, tried it on ScrollView and it works. Thanks!