JavaFX 2 TreeView Styling - lines from parents to children

落爺英雄遲暮 提交于 2020-12-30 02:22:45

问题


I have a pretty big structure of data, which I want to show in the TreeView. When a lot of branches and sub-branches are opened, it's not clear what belongs to what.

Is there a way (CSS?) how to style the TreeView, so it will be showing the lines from parents to children like in Swing?

Thank you for any ideas...

来源:https://stackoverflow.com/questions/33297616/javafx-2-treeview-styling-lines-from-parents-to-children

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!