BCGControlBar Library for .NET
GridAutoSizeColumnMode Enumeration




Specifies how resize grid columns.
Syntax
'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 
Members
MemberDescription
AllCellsResizes all columns to fit cell content
AllCellsExceptHeaderResizes all columns to fit cell content. Width of header content is not taken into account.
ColumnHeaderNot implemented.
DisplayedCellsResizes all columns to fit cell content
DisplayedCellsExceptHeaderResizes all columns to fit cell content. Width of header content is not taken into account.
FillFit all columns within Grid control client rectangle according column weights.
NoneNo auto resize.
NotSetUndefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridAutoSizeColumnMode

Requirements

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

See Also

Reference

BCGSoft.Controls.Grid Namespace

Send Feedback