constants CellSelectEnum
Specifies how the control selects cells or items within the control. Use the FullRowSelect property to enables full-row selection.

NameValueDescription
exColumnSel0 (False) Enables single-cell selection in the control.
exItemSel-1 (True) Enables full-row selection in the control.
exRectSel1 Enables rectangle selection in the control.
When the FullRowSelect property is exColumnSel the selection looks like:

When the FullRowSelect property is exItemSel the selection looks like:

When the FullRowSelect property is exRectSel the selection looks like: