gpt4 book ai didi

xaml - 如何在命令栏中水平对齐AppBarButton

转载 作者:行者123 更新时间:2023-12-04 03:11:28 25 4
gpt4 key购买 nike

我想将我的单个AppBarButton对齐到CommandBar中的Page.BottomBar的右侧吗?

在设计中,它在右侧显示了app bar button,但是在仿真器中,该按钮始终位于中央吗?

有没有一种方法可以将AppBarButtonpage bottom bar对齐?

编辑:

<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>

最佳答案

您不能将CommandBar中的按钮居中。话虽如此,如果您需要这种类型的控件,则只需要切换到AppBar控件即可。相同的行为,只是更大的灵活性。权衡是该控件不是通用控件,因此不会在Phone中呈现。您将需要为您的Phone平台头显示CommandBar。

关于xaml - 如何在命令栏中水平对齐AppBarButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25506235/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com