I created my own TreeView in JavaFX 2 with this tutorial. However I want to hide my root node.
How it looks like right now:
How it should look:
thanks, Muki
Hiding the root item can be done by
treeView.setShowRoot(false);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With