Я хочу выровнять один единственный AppBarButton
справа на CommandBar
в Page.BottomBar
?
В дизайне он показывает app bar button
с правой стороны, но в эмуляторе кнопка всегда находится в центре?
Есть ли способ выравнивания AppBarButton
в page bottom bar
?
Edit:
<Page.BottomAppBar>
<CommandBar HorizontalAlignment="Right" HorizontalContentAlignment="Right">
<CommandBar.PrimaryCommands>
<AppBarButton Margin="100,0,0,0" HorizontalAlignment="Right" HorizontalContentAlignment="Right" IsEnabled="True" Name="btnNext" Icon="Next" x:Uid="AppBarNext" Label="Next1"></AppBarButton>
</CommandBar.PrimaryCommands>
</CommandBar>
</Page.BottomAppBar>