How to have JavaFX SegmentedButton - Buttons full width as indicated in the link.
JavaFX SegmentedButton - Buttons full width
I got a SegmentedButton which contains 3 "glyph only" ToggleButtons like this: <SegmentedButton maxWidth="Infinity" prefWidth="Infinity"> <buttons> <fx:define> ...
stackoverflow.com