MindFusion.Java Package Programmer's Guide
TreeViewNode.getScrollbarMaximum Method
See Also
 






Implements the Scrollable interface. Gets the maximum scroll position.

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

 Syntax

Java  Copy Code

public float getScrollbarMaximum (
    boolean vertical
)

 Parameters

vertical

true if scrolling using a vertical scrollbar, or false if horizontal one.

 Return Value

The maximum scroll position for specified scroll direction.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace