Xceed Grid for WinForms v4.3 Documentation
ColumnWidthAdjustment Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace : ColumnWidthAdjustment Enumeration
Value representing the style with which the width of the columns will be adjusted.
Syntax
'Declaration
 
Public Enum ColumnWidthAdjustment 
   Inherits System.Enum
'Usage
 
Dim instance As ColumnWidthAdjustment
public enum ColumnWidthAdjustment : System.Enum 
Members
MemberDescription
ExtendLastColumnThe width of the last column will be adjusted to take up the remaining space.
FitToItemsThe width of each column will be adjusted to fit the length of its largest item.
NoneThe width of the columns will not be adjusted.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.ColumnWidthAdjustment

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

Xceed.Editors Namespace