Scrolling listViews

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

  1. First get vertical scroll arrangement
  2. In that get a horizontal arrangement
  3. In horizontal arrangement get 3 vertical arrangements.

IMG_20200611_002440

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.

IMG_20200611_002452

All set. Cheers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.