You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Hi!
What´s the easiest way to keep 2 lists synchronized? when user selects, say, item #3 in the 1st listview, I´d like the 2nd listview to select the third item at the same time.
So far I have tried this:
The "IF" block is only to make sure that I don´t try to position the second list in an item higher than its current size.
Any ideas? Thanks!
Bertu
TimAI2
unread,
Jan 29, 2018, 3:31:03 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Put both listviews inside a vertical scrolling arrangement and make the height of the listviews bigger than the arrangement. They should work together.
TimAI2
unread,
Jan 29, 2018, 6:08:01 AM1/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message