public enum ENColumnWidthMode : System.Enum
public enum ENColumnWidthMode : System.Enum
Member | Description |
---|---|
Auto | The size is based on the contents of both the cells and the column header (the default) |
Fixed | The size is a fixed value defined by the FixedWidth property. |
Percent | The size is a percent proportion of available space. |
SizeToCells | The size is based on the contents of the cells. |
SizeToHeader | The size is based on the contents of the column header. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENColumnWidthMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)