Aurigma Graphics Mill 5.5 for .NET
VirtualListView..::.HeaderStyle Property
Gets/sets the column header style of the Details view.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Property HeaderStyle As ColumnHeaderStyle
C#
public ColumnHeaderStyle HeaderStyle { get; set; }
Remarks
The HeaderStyle property allows you to specify whether the column headers will function as clickable buttons. If the HeaderStyle property is set to Clickable, column headers act like buttons that users can click to perform an action, such as sorting the items in the list control using the items in the clicked column as a key.