Search
TableNode.allowResizeRows Property
See Also
 





Gets or sets a value indicating whether users are allowed to resize table rows.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get allowResizeRows() {}
set allowResizeRows(value) {}

 Property Value

Boolean

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

 Remarks

A row can be resized by dragging its bottom border.

 See Also