list box and vertical scrollbar

Joined
Jan 27, 2005
Messages
9
Programming Experience
1-3
i created a form with list box and vertical scrollbar controls. How will i incorporate the list box with the vertical scrollbar? i mean when i would click on the arrows of the scrollbar like the down button, the items to be viewed from the list box should also follow. or if click the up button from the vertical scrollbar the items to be viewed must be the upper items of the list box.. how will i do that?
 
You don't have to add scrollbars; you can just enable the ones that are already built into the listbox control. See online help for listbox.scrollalwaysvisible property.
 
Back
Top