I want to align my single AppBarButton
to the right on a CommandBar
in a Page.BottomBar
?
In design it shows the app bar but
This works for me getting a left justified back button. It is courtesy of Rudy Huyn's blog at: Display an AppBarButton on the left
Rudy has some theories about why Microsoft made it this way. Content on the left everything else on the right.
By the way, that IsCompact="True" is very important or you get annoying labels as well as icons.
Cheers Tim