Anyone know of a `Parent` impl that will scale it'...
# tornadofx
h
Anyone know of a
Parent
impl that will scale it's content to fit?
This looks promising: https://github.com/miho/ScaledFX
r
Do you actually want it to scale, or just resize?
c
AnchorPane
h
Scale
r
Then ScaledFX is probably what you want, though I've never used it and it looks like it hasn't been updated in several years.
h
Woohoo it works great, even after applying auto-Kotlin conversion to it
Added the map to
ScalableContentPane
, looks nice now
r
Nice