I've been working with Myra on a game I'm making, and so far having a really good experience with the many UI elements. However, for the life of me, I can't work out how to change a HorizontalStackPanel to order its child elements right to left, leaving the empty space on the left hand side instead.
For example:
And here is the code being used for that menu:
Am I missing a simple way to accomplish this? (Thanks!)
I've been working with Myra on a game I'm making, and so far having a really good experience with the many UI elements. However, for the life of me, I can't work out how to change a HorizontalStackPanel to order its child elements right to left, leaving the empty space on the left hand side instead.
For example:
And here is the code being used for that menu:
Am I missing a simple way to accomplish this? (Thanks!)