cancel
Showing results for 
Search instead for 
Did you mean: 

set valign property for dynamic attribute

Former Member
0 Kudos

hi,

i hv created an application having dynamically created ui elements.

i want to set valign property of the label i hv created.

also , i want to set the latout of the transperent container.

i hv used the foolowing code:

trans.createLayout(IWDFlowLayout.class);

but i get the elements one on top of next not one after another.

plz help.

thanks.

regards,

ankita

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please provide more information on your use case and the complete code to create the view programmatically. Maybe using a MatrixLayout will solve the alignment issue automatically.

Armin

Former Member