'Declaration Public Enum ColumnAutoSizeMode Inherits System.Enum
public enum ColumnAutoSizeMode : System.Enum
Member | Description |
---|---|
AllItems | The values for all items displayed by the control, regardless of whether they are currently visible, are included when the width for the column is determined. |
AllItemsAndHeader | The values for all items displayed by the control, regardless of whether they are currently visible, and the header text, is included when the width for the column is determined. |
Default | The actual value is determined at a higher level of the property resolution hierarchy. |
Header | Only the header text is included when the width for the column is determined. |
None | Auto-sizing is not permitted. |
VisibleItems | Only the values for items which are visible in the user interface are included when the width for the column is determined. |
VisibleItemsAndHeader | The values for items which are visible in the user interface and the header text is included when the width for the column is determined. |
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