Android Question Does b4a has weight similar property like android?

Ju Yang

Active Member
Licensed User
Longtime User
Hi,

In android layout, we can do following steps to achieve position component equally within a layout:

1. set layout_width of each component to 0dp;
2. set layout_weight to 1;

does b4a has similar script or code to achieve the same effect?

thanks.
 
Top