abhinay
05/07/2018, 4:51 PMfitToParentSize()
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.Sola
05/07/2018, 5:05 PM