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
ListView control - style:Report?
jbuzbee
that is new to me, how do I set that property?
Instead of using 2 Listbox Controls use 1 ListView Control with the Style value set to "report".
jb
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..
He referred to the List View (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Control/ListView.htm) control, not List Box.