I have code that can change the size of a control at runtime.
But I have a stacked arrangement of ‘stuff’ in a containercontrol, and would like to have the option to re-arrange it if the user chooses
eg the container has controls arranged
A
B
C
and the user might want
A
C
B
I cannot set .Top at runtime.
I can GetBounds() , but cannot SetBounds()
How do we move stuff about in an Auto-Layout system?
9 posts - 5 participants