DroidDiagram Programmer's Guide
Column.setColumnStyle Method
See Also
 






Sets a value indicating whether this column should be automatically resized when the table is resized.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setColumnStyle (
    ColumnStyle value
)

 Parameters

value

A member of the ColumnStyle enumeration. The default is FixedWidth.

 Remarks

This property is used for calculating the width of a table column. The column can have either a fixed width set through the Width property, or can be resized proportionally to the table width.

 See Also

Column Members
Column Class
com.mindfusion.diagramming Namespace