I could have sworn I once ran across a Pivot container that scaled its child to whatever size you made the container, but I can't find it now. Was I hallucinating?
(Yes, I know Pivot by default scales things, in the sense that an ImageView with fill=true will scale to its container, and things like TablePane with width/height specified with * and GridPane make their children a size that fills the space. But it doesn't automatically scale fonts, or any of the other constants that one sticks in component/style properties, like vertical spacing, padding, fixed row/column widths, etc. I tried using a ScaleDecorator, which works as far as display is concerned, but totally fails when it comes to hit detection on the underlying component.)
