enable scrolling in a listbox with databinding

ssfftt

Well-known member
Joined
Oct 27, 2005
Messages
163
Programming Experience
1-3
i have a listbox that has databinding, some displayed db records are too long to be fully displayed in the listbox, can any one help on making it scrollable to display full length of the record?
 
In the properties of a listbox, under "Behavior" there is a property for "horizontalscrollbar". Is that what you're looking for or are you having problems with it?
 
well, my listbox retrieves data from database, in this case, the horizontalscrollbar behavior doesnt work. If you try to drop a listbox on ur form and setup databinding make it display a certain set of data (some are very long). and set the horizontalscrollbar behavior = true, it wont work.
 
Back
Top