This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.FullRowSelect Property

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)

Syntax

Visual Basic
Public Property FullRowSelect As Boolean
C#
public bool FullRowSelect { get; set; }

Property Value

true if clicking an item selects the item and all its subitems; false if clicking an item selects only the item itself. The default is false.

Remarks

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.

See Also

Reference