I'm using JavaFX 8 and I'm currently doing some GUI developments. I have a little problem with the TreeView.
Do you know if it is possible, in a TreeView, to select just the label and not the whole width of the TreeCell ? It was the case in Swing but I can't make it in JavaFX...
What I want -> http://i.stack.imgur.com/g9zzh.png
What I don't want -> http://i.stack.imgur.com/EAo6C.png
Do you know if it is possible, in a TreeView, to select just the label and not the whole width of the TreeCell ? It was the case in Swing but I can't make it in JavaFX...
What I want -> http://i.stack.imgur.com/g9zzh.png
What I don't want -> http://i.stack.imgur.com/EAo6C.png