Software Development Network>> Visual C#>> ListBox
You can set the ListView.Scrollable property to false.
If you're disabling the ListView's scrollbar to create your own VScrollBar (for example) for more control, you can set the ListView.TopView to programmatically scroll the ListView.
ListBox
AreaBlue
Mauro Solcia
dwight silverman
You can set the ListView.Scrollable property to false.
If you're disabling the ListView's scrollbar to create your own VScrollBar (for example) for more control, you can set the ListView.TopView to programmatically scroll the ListView.