Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeView.setShowRootLines
Sets a boolean value indicating whether a line is drawn to connect all the root nodes of the tree view control.
Syntax
public void setShowRootLines( boolean value )
Parameters
value
Set to true if a line is drawn to connect all the root nodes of the tree view control; otherwise, set to false. The default value is true.
Remarks
If the showLines property is set to false, no line is drawn to connect the root nodes of the tree view control, even if the value of the showRootLines property is set to true.
See Also getShowRootLines