Version

SortIndicatorVisibility Enumeration

Constants which determine whether a column's sort indicator is visible in the user interface.
Syntax
'Declaration
 
Public Enum SortIndicatorVisibility 
   Inherits System.Enum
public enum SortIndicatorVisibility : System.Enum 
Members
MemberDescription
HiddenThe sort indicator is never visible. The column's SortDirection property can only be changed by the developer.
MouseOverWhenNotSortedSimilar 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.
VisibleThe sort indicator is always visible. An indeterminate indicator is displayed when the column's SortDirection property has not been explicitly set.
VisibleWhenSortedThe sort indicator is visible only when the column's SortDirection property has been explicitly set.
Requirements

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

See Also