Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3768

Change Control Position at Runtime iOS

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3768

Trending Articles