List Controls
Several controls in VB.NET can be used to manage lists of information. These controls include the ListBox, ComboBox, DomainUpDown, CheckedListBox, and ListView. These controls display lists and allow the user to select items from the lists.
Each list control shares the concept of an Items property that represents the collection of items in the control's list. This property is a collection that has its own properties (for example, Count) and methods (for example, Add, AddRange, Clear, Remove, and RemoveAt).
Domain UpDown
The DomainUpDown control is a scrollable control that displays a string value from a list. The user can also enter text in the control if the ReadOnly property is set to False, but the text entered must match an ...
Get Application Development Using Visual Basic® and .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.