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 Answer
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.
Have you tried setting the .value property of the tile list?
Best Answer
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.
Aha, tried it on ScrollView and it works. Thanks!
Best Answer