HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

SortIndicatorPositionEnum Enumeration

Defines the position of sorting indicators.

Class: (none)
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public enum SortIndicatorPositionEnum;
Public Enum SortIndicatorPositionEnum

Values

NameDescription
NoneNo sorting indicators are displayed.
AboveSorting indicators are displayed above the contents.
SideSorting indicators are displayed next to the contents.
DefaultThe default value is determined by a containing object or by the operating system used. For all operating systems up to and including Windows XP and Windows Server 2003, the default is SortIndicatorPositionEnum.Side. For Windows Vista and above, the default is SortIndicatorPositionEnum.Above.

Comments

Defines the position of sorting indicators.

See Also | Classes | SftTree/NET 3.0