LWGShane Well-Known Member Licensed User Longtime User Nov 7, 2015 #1 The ImageView from the JavaFX Scene Builder automatically centers the image. The ImageView from the B4J Visual Designer does not. Why is this? Could this be implemented as an option?
The ImageView from the JavaFX Scene Builder automatically centers the image. The ImageView from the B4J Visual Designer does not. Why is this? Could this be implemented as an option?
Erel B4X founder Staff member Licensed User Longtime User Nov 8, 2015 #2 I'm not sure how SceneBuilder does it however ImageView doesn't support changing the alignment. You can use a Pane instead of ImageView. It will allow you to change the alignment:
I'm not sure how SceneBuilder does it however ImageView doesn't support changing the alignment. You can use a Pane instead of ImageView. It will allow you to change the alignment: