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






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

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

 Syntax

Java  Copy Code

public void setAllowResizeRows (
    boolean value
)

 Parameters

value

true to let users resize rows, or false otherwise.

 Remarks

A row can be resized by dragging its bottom border.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace
getAllowResizeRows Method
setAllowResizeColumns Method