Hi,
I am using the Anchor feature in the designer and it works fine, but I have a problem with it when using the designer script.
Lets say I have a panel with a label and imageview in it, and then Anchor them to the panel, I can then move the panel to adjust the width and the label and imageview moves with it fine.
If I then use the designer script, and make the panel wider such as using the following code in the designer script:
panel1.width = 100%x
The label or imageview doesn't move with it.
Is there a way to make the objects with the Anchor move when you use the designer script ?
I am using the Anchor feature in the designer and it works fine, but I have a problem with it when using the designer script.
Lets say I have a panel with a label and imageview in it, and then Anchor them to the panel, I can then move the panel to adjust the width and the label and imageview moves with it fine.
If I then use the designer script, and make the panel wider such as using the following code in the designer script:
panel1.width = 100%x
The label or imageview doesn't move with it.
Is there a way to make the objects with the Anchor move when you use the designer script ?