ASP.NET Pack Programmer's Guide
TableNode.setAllowResizeColumns Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function setAllowResizeColumns (value)

 Parameters

value

true if users are allowed to resize table columns, otherwise false.

 Remarks

A column can be resized by dragging its right border. If the columnStyle field 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
MindFusion.Diagramming Namespace