Possible to synchronize scrolling of two list boxes?

Started by jmaeding, July 15, 2012, 11:18:36 AM

Previous topic - Next topic

jmaeding

I have two list boxes side by side, and want to have one scroll when the other does.
I did not see events hooked to scrolling, so am wondering if there could be any tricks to it.
thanks

jbuzbee


jmaeding


jbuzbee

Instead of using 2 Listbox Controls use 1 ListView Control with the Style value set to "report".

jb

jmaeding

is that new or something? I am on 6.0.1.2 and the listbox has no style property. I checked the prop lit, the control browser, neither have that property available..

owenwengerd

#5
He referred to the List View control, not List Box.