Using ListBox

Creating a List Box

SelectionMode – Decide how many lines may be selected at a time by the user
MultiColumn – Not what you think! A multicolumn ListBox places items into as many columns as are needed to make vertical scrolling unnecessary.
Sorted – Allows the list to be automatically sorted
Text – Read to get currently selected item, write to cause it to move to matching item
(more…)