TreeView.setShowLines

Overview | Methods | This Package | All Packages

TreeView.setShowLines

Sets a boolean value indicating whether a line connects each child node to its parent node in the tree view control.

Syntax

public void setShowLines( boolean value )

Parameters

value

Set to true if a line is drawn to connect each child node to its parent node when the child node is visible in the tree view control; otherwise, set to false. The default value is true.

See Also   getShowLines