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.getShowRootLines
Retrieves a boolean value indicating whether a line is drawn to connect all the root nodes of the tree view control.
Syntax
public boolean getShowRootLines()
Return Value
Returns true if a line is drawn to connect all the root nodes of the tree view control; otherwise, returns false.
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 rootLines property is set to true.
See Also setShowRootLines