ListBox
Working with ListBox
The ListBox control provides a single-selection or multiple-selection list. To enable multiple selection, set the
SelectionMode property to Multiple.
The following sample illustrates using a simple ListBox control.
The following sample illustrates using data binding with a ListBox control.
Copyright 2001 Microsoft Corporation. All rights reserved.