![]() |
|
Scroll Sync Between 3 ListBoxes. - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Scroll Sync Between 3 ListBoxes. (/thread-1084.html) |
Scroll Sync Between 3 ListBoxes. - jdenell - 05-23-2019 I currently have 3 TIWListBox objects which I am trying to sync together. When I scroll down/up in one I want them all to scroll but I haven't had any luck finding a solution. I am using Delphi 10.1 Berlin Thanks in advance for any help! RE: Scroll Sync Between 3 ListBoxes. - kudzu - 05-24-2019 This is an unusual requirement but can be done. You will need to use some Javascript to determine their scroll positions and sync them. Off the top of my head I dont remember any events for this, so you may need to use a timer or several other events together (mouse, keyboard, etc) |