SelectableList
A wrapper around a List that adds selection capability. This class provides a selectedIndex property and a selected property to get the currently selected item. It triggers a changed event whenever the selected index is modified.
Type Parameters
E
the type of elements in this list