|
|
Title | Add a horizontal scrollbar to a ListBox in Visual Basic .NET |
Description | This example shows how to add a horizontal scrollbar to a ListBox in Visual Basic .NET |
Keywords | ListBox, scroll, scrollbar, scroll bar, horizontal scroll bar, VB.NET |
Categories | Controls, VB.NET |
|
|
Simply set the ListBox's HorizontalScrollbar property to True.
|
|
|
|
|
|