Hi Community,
just like in PowerApps it would be great to be able to determine a visuals position based on another visuals current coordinates, height and width.
This is what the visuals look like (dummy):
The cursive is the current way of working, the bold would be the requested feature:
Current Situation | Current Situation | Proposed Feature | Proposed Feature | |
Visual | Visual A | Visual B | Visual A | Visual B |
X (horizontal) | 20 | 190 | Screen.X + 20 | Visual A.X + Visual A.Width + 20 |
Y (vertical) | 20 | 20 | Screen.Y + 20 | Visual A.Y |
Width | 150 | 150 | 150 | Visual A.Width |
Height | 100 | 100 | 100 | Visual A.Height |
This would lead to only needing to update one visuals position or dimensions to be able to move all visuals simultaneously.
Kind Regards,
Tobias Deichmann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.