BCGSoft.Controls.Grid Namespace : GridAutoSizeColumnMode Enumeration |
'Declaration Public Enum GridAutoSizeColumnMode Inherits System.Enum
'Usage Dim instance As GridAutoSizeColumnMode
public enum GridAutoSizeColumnMode : System.Enum
__value public enum GridAutoSizeColumnMode : public System.Enum
public enum class GridAutoSizeColumnMode : public System.Enum
Member | Description |
---|---|
AllCells | Resizes all columns to fit cell content |
AllCellsExceptHeader | Resizes all columns to fit cell content. Width of header content is not taken into account. |
ColumnHeader | Not implemented. |
DisplayedCells | Resizes all columns to fit cell content |
DisplayedCellsExceptHeader | Resizes all columns to fit cell content. Width of header content is not taken into account. |
Fill | Fit all columns within Grid control client rectangle according column weights. |
None | No auto resize. |
NotSet | Undefined. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.GridAutoSizeColumnMode
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