Hello,
i have a simple layout, a label with anchors in both directions
I load this layout to a panel.
Then i change the panel height per code, but the label is not resizing.
This is the code to get the panel:
and with this code i load the layout to the panel:
What am I doing wrong?
Greetings
i have a simple layout, a label with anchors in both directions
I load this layout to a panel.
Then i change the panel height per code, but the label is not resizing.
This is the code to get the panel:
B4X:
Public Sub BodyPanel As B4XView
Return xpnl_card_body
End Sub
B4X:
asdbc_main.BodyPanel.LoadLayout("frm_body")
What am I doing wrong?
Greetings