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





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

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function setScrollable (value)

 Parameters

value

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

 Remarks

By default, a button containing up and down arrows appears in the caption area of a table for which scrolling is enabled. If a user clicks these arrows, table rows scroll up or down. It is also possible to display a full scrollbar widget on the right-hand side of a TableNode; set the useScrollBars flag to enable that.

The table can always be scrolled programmatically using the setCurrentScrollRow method.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace