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.
Best Answer09-02-2020 07:26 - edited 09-02-2020 07:26
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-02-2020 07:26 - edited 09-02-2020 07:26
Have you tried setting the .value property of the tile list?
Best Answer09-02-2020 07:26 - edited 09-02-2020 07:26
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-02-2020 07:26 - edited 09-02-2020 07:26
Have you tried setting the .value property of the tile list?
Best Answer09-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!
Best Answer