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 setColumnStyle method of the Column class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum ColumnStyle |
Member 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. |