Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Scrollable tile list and go to scrollview item

Hello,

 

I'm stuck with two functionalities for an app.

I would like to create an app which will have as part of the functionality some scrollable tile list items (like for example how it is the Fitbit watch settings section where you can select up to 7 stats) and also will have some text on which to tap and go to a section from another scrollview item.

So how to implement these two functionalities? Any suggestions?

Best Answer
0 Votes
1 REPLY 1

In the click event for your tile list item, then you can either show/hide an element which covers the entire display, or you can use replaceSync to navigate to another screen in your app.

Best Answer
0 Votes