DroidDiagram Programmer's Guide
ColumnStyle Enumeration
See Also
 






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

 Syntax

Java  Copy Code

public enum ColumnStyle

 Members

  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.

 See Also

com.mindfusion.diagramming Namespace