Wish [Designer] Make ImageView center image.

LWGShane

Well-Known Member
Licensed User
Longtime User
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
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:

SS-2015-11-08_09.00.00.png
 
Top