Gets/sets a value indicating whether clicking an item selects all its subitems.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Property FullRowSelect As Boolean
public bool FullRowSelect { get; set; }
The property has no effect unless the View property of the control is set to Details. The FullRowSelect property is typically used when a control displays items with many subitems and it is important to be able to see selected items when the item text is not visible due to horizontal scrolling of the control content.