TreeView.setEnableTreeLines

Sets whether to draw lines interconnecting the expanders in tree_view. This does not have any visible effects for lists.

More...
class TreeView
void
setEnableTreeLines
(
bool enabled
)

Parameters

enabled bool

true to enable tree line drawing, false otherwise.

Detailed Description