javafx 8 - JavaFX8 TreeTableView multiple root items -


treeitem<filemodel> root = new treeitem<filemodel>(playlist); treetblviewfiles.setroot(root); treetblviewfiles.setshowroot(true); 

the code above sets 1 root item, need have several called root items expandable list of child items. how do that?
in advance.

you make parent root, don't show.

that parent's children may roots, show.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -