Vision - Dynamically Position Button

Current project is using dynamically sized docked windows...
...and depending on the size of the window, the position of the buttons need to change.

I've looked at:
-Object Properties
-Object Property Linking
-Object Getters / Setters
-PMIButton class methods

...the GET{} functionality is supported.

...but not finding anything on the SET{} functionality side.

Have I missed something?

What would your approach be to dynamically positioning a button object (PMIButton)?

Many Thanks...

For simple movement, I'd use system.gui.transform(). For more complex multi-component adjustments, I'd use MigLayout in a Template Canvas.

1 Like

Thanks Phil!