Hi everyone
is it possible to synchronize the scroll movement between two listBox… ( Same question for textarea )
Meaning: both listbox will visually scroll together regardless which one is manually scroll by user
Actually i’m able to set same scroll position for both
But for each event: Mouse down…mouse move or mousewheel… it’s not fluide… really synchronize
Thanks
dim Scroll As Integer
Scroll = me.ScrollPosition
TextArea2.ScrollPosition = Scroll