NevronOpenVision
Nevron.Nov.Grid Namespace / ENColumnWidthMode Enumeration
ENColumnWidthMode Enumeration
Enumerates the column width modes
Syntax
public enum ENColumnWidthMode : System.Enum 
Members
MemberDescription
AutoThe size is based on the contents of both the cells and the column header (the default)
FixedThe size is a fixed value defined by the FixedWidth property.
PercentThe size is a percent proportion of available space.
SizeToCellsThe size is based on the contents of the cells.
SizeToHeaderThe size is based on the contents of the column header.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Nov.Grid.ENColumnWidthMode

Requirements

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)

See Also