Variations

For some applications, only a cursor makes sense, and no selection. In these cases, set the AllowSelection property to False. This will prevent the user from extending the selection with the keyboard or the mouse.

Some applications require selections to be made row by row, list-box style. In these cases, set the SelectionMode property to flexSelectionListBox (3) and retrieve the selected status for each row through the IsSelected() property.