MindFusion.Java Package Programmer's Guide
TableNode.getAllowResizeColumns Method
See Also
 






Gets a value indicating whether users are allowed to resize table columns.

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

 Syntax

Java  Copy Code

public boolean getAllowResizeColumns ()

 Return Value

true to let users resize columns, or false otherwise.

 Remarks

A column can be resized by dragging its right border. If the ColumnStyle property of a column is set to AutoWidth, it is automatically reset to FixedWidth when the column is resized. Rightmost columns always fill all remaining space in their tables and cannot be resized.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace