Multiple root nodes in Tree component ?

Hello,

is it possible to have multiple root nodes in a treeview ?
Or to just not display to root node ?

André

NetForce1's picture

It sure is, you need

It sure is, you need Tree#setRootVisible(boolean)

If everything would be that

If everything would be that simple...

Thanks