How can I scroll 3 list views at the same time? Is it possible?
What would be purpose of doing that?
Please explain a little bit what you want to achieve.
I have 3 list views in the screen and i want to “synchronize” them, because when i scroll one, the others stay in the same place
Yes it is possible.
Use colin tree list view extension for this.
https://aix.colintree.cn/en/extensions/ColinTreeListView.html
- First get vertical scroll arrangement
- In that get a horizontal arrangement
- In horizontal arrangement get 3 vertical arrangements.
These 3 vertical arrangements will act as list views for colin tree list view.
On screen initialize set 3 colin tree list view vertical initialize. Set those 3 vertical arrangements in colin tree list view initialize event.
All set. Cheers.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.