'Declaration Public Enum SortIndicatorVisibility Inherits System.Enum
public enum SortIndicatorVisibility : System.Enum
Member | Description |
---|---|
Hidden | The sort indicator is never visible. The column's SortDirection property can only be changed by the developer. |
MouseOverWhenNotSorted | Similar to the 'VisibleWhenSorted' setting, but also displays an indeterminate indicator when the column is not explicitly sorted and the cursor is positioned within the bounds of the header which contains the indicator. This setting makes it possible for the user to change the sort direction, while at the same time not displaying the indeterminate indicator unless the user positions the cursor over it. |
Visible | The sort indicator is always visible. An indeterminate indicator is displayed when the column's SortDirection property has not been explicitly set. |
VisibleWhenSorted | The sort indicator is visible only when the column's SortDirection property has been explicitly set. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2