property Tree.FullRowSelect as Boolean

Enables full-row selection in the control.

TypeDescription
Boolean A boolean expression that indicates whether the control support full-row selection.

The FullRowSelect property specifies whether the selection spans the entire width of the control. The column pointed by the SelectColumnIndex specifies the column where the selected cell is marked. Use the SelectItem property to select programmatically an item. Use the SingleSel property to allow multiple items selection.