TreeView.setHoverExpand

Enables or disables the hover expansion mode of tree_view. Hover expansion makes rows expand or collapse if the pointer moves over them.

More...
class TreeView
void
setHoverExpand
(
bool expand
)

Parameters

expand bool

true to enable hover selection mode

Detailed Description