I used listbox. How I can set the vertical scroll for this listbox?
Printable View
I used listbox. How I can set the vertical scroll for this listbox?
It's already there. When the number of items added to the list box exceeds it's hieght the vertical scroll bar appears.
really?
Let me try. How to add items in the listbox?
List1.AddItem item
or you can also add items into the list property in the properties panel of listbox.
just an additional idea; if your contents for the listbox are static.
regards.