TreeView.setScrollable

Overview | Methods | This Package | All Packages

TreeView.setScrollable

Sets a boolean value indicating whether a scroll bar is added to the tree view control when there is not enough room to display all the tree view nodes in the control's client area.

Syntax

public void setScrollable( boolean value )

Parameters

value

Set to true if scroll bars are added to the control when necessary to allow the user to see all the nodes; otherwise, set to false. The default value is true.

See Also   getScrollable