Search
TableNode.scrollable Property
See Also
 






Gets or sets whether the user is allowed to scroll the table rows.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get scrollable() {}
set scrollable(value) {}

 Property Value

Boolean

true to allow scrolling, or false otherwise.

 See Also