You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find a method which could transform an object (text, image, button whatever) to center/right.
I know that I can do that manually, but which way would you recommend to align an object for example, to the right side (I do 'GetContentRegionAvailWidth() - ', but this solution is not that good if I want to make all placements correct).
The text was updated successfully, but these errors were encountered:
There's no such thing available library-wide. It might be part of a batch of future layout improvement but I can't see them happening soon at the current development speed.
The stack-layout of PR #846 may provide decent alternative in some situations.
I couldn't find a method which could transform an object (text, image, button whatever) to center/right.
I know that I can do that manually, but which way would you recommend to align an object for example, to the right side (I do 'GetContentRegionAvailWidth() - ', but this solution is not that good if I want to make all placements correct).
The text was updated successfully, but these errors were encountered: