MindFusion.Java Package Programmer's Guide
TableNode.getScrollable Method
See Also
 






Gets a value indicating whether users are allowed to scroll the table.

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

 Syntax

Java  Copy Code

public boolean getScrollable ()

 Return Value

true if users are allowed to scroll the table, otherwise false.

 Remarks

A button containing up and down arrows appears in the caption bar of a table for which scrolling is enabled. If a user clicks these arrows, table rows scroll up or down. The table can always be scrolled programmatically using the CurrentRow property.

The appearance of the scroll icons can be customized by setting Renderers.ScrollIconRenderer.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace