<@U12EBH64C> `fitToParentSize()` probably won't wo...
# tornadofx
a
@Sola
fitToParentSize()
probably won't work with ImageView since it binds the
minHeightProperty()
and
minWidthProperty()
with parent's
height
and
width
property respectively. In case of an ImageView, you need to bind the
fitHeightProperty
and
fitWidthProperty
instead.
s
It works, Thanks for help 😀