Version

ReserveSortIndicatorSpaceWhenAutoSizing Enumeration

Represents the different ways to auto-size a column with regard to the space needed for the sort indicator.
Syntax
'Declaration
 
Public Enum ReserveSortIndicatorSpaceWhenAutoSizing 
   Inherits System.Enum
public enum ReserveSortIndicatorSpaceWhenAutoSizing : System.Enum 
Members
MemberDescription
DefaultUse the default functionality.
WhenColumnIsSortableReserve space for the sort indicator when the column can be sorted.
WhenVisibleOnly reserve space for the sort indicator when it is visible in the column header.
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