ASP.NET Pack Programmer's Guide
ColumnStyle Members
Constructors Fields
 


The members of this enumeration specify whether a table's column is automatically resized when the table is resized. These constants can be used as parameters of the Column.setColumnStyle method of the Column class.

The following tables list the members exposed by the ColumnStyle type.

 Public Constructors

  Name Description

ColumnStyle

Initializes a new instance of the ColumnStyle class.

 Public Fields

  Name Description

AutoWidth

The column grows or shrinks automatically if the table is resized. The available width is divided equally between all AutoWidth columns.

FixedWidth

The column width stays fixed even if the table is resized.

 See Also

ColumnStyle Class
com.mindfusion.diagramming Namespace