增加WP8.1中App栏按钮的宽度

时间:2015-03-18 11:16:47

标签: xaml windows-phone-8.1 winrt-xaml appbar

在页面的CommandBar中使用Appbar按钮时,Appbar按钮的内容似乎已修复。因此宽度不会根据内容增加。

是否有任何工作可以使整个内容或包装内容可见?

提前致谢。

<CommandBar BorderBrush="White"
            BorderThickness="1"
            IsSticky="True">
   <CommandBar.PrimaryCommands>
        <AppBarButton Icon="Accept" Label="return to yard" />
   </CommandBar.PrimaryCommands>
</CommandBar>

1 个答案:

答案 0 :(得分:1)

这很有趣,但这取决于你手机的语言。我在自己的应用程序中发现了它,其中一个AppBar按钮有很长的标签。当语言设置为波兰语时,标签​​会换行并有两行。但是在英语中它有像你一样的问题......一行并剪裁(下面的截图中的第一个按钮)。

波兰语:
enter image description here

英语:
enter image description here

您的问题的答案是:无法更改AppBar按钮或标签的大小。你必须提出一些较短的标签...