MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.getScrollable Method

See Also
 





Gets a value indicating whether the user is allowed to scroll the table rows.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function getScrollable ()

 Return Value

true if the table can be scrolled; otherwise, false.

 See Also