Wish B4Xview.Bitmap Gravity

Star-Dust

Expert
Licensed User
Longtime User
I need to set the Gravity of the bitmap in the B4Xview views.
Currently the default is set to Center, but I would like to set it to Fit or Fill.

B4X:
B4Xview.BitmapGravity=Value
B4Xview.Bitmap=Bitmap
 

Star-Dust

Expert
Licensed User
Longtime User
OK thanks. This already helps me
 
Top