Atozed Forums

Full Version: Scroll Sync Between 3 ListBoxes.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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)