'Declaration Public Enum ColumnWidthAdjustment Inherits System.Enum
'Usage Dim instance As ColumnWidthAdjustment
public enum ColumnWidthAdjustment : System.Enum
'Declaration Public Enum ColumnWidthAdjustment Inherits System.Enum
'Usage Dim instance As ColumnWidthAdjustment
public enum ColumnWidthAdjustment : System.Enum
Member | Description |
---|---|
ExtendLastColumn | The width of the last column will be adjusted to take up the remaining space. |
FitToItems | The width of each column will be adjusted to fit the length of its largest item. |
None | The width of the columns will not be adjusted. |
System.Object
System.ValueType
System.Enum
Xceed.Editors.ColumnWidthAdjustment
Target Platforms: 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