我不知道我是否遗漏了一些东西,但我怀疑它,对我来说它看起来更像是一个错误,但我想我先在这里检查以防万一。
这是我的代码:
<Page.BottomAppBar>
<CommandBar x:Name="bottomAppBar"
Background="{ThemeResource SystemControlBackgroundAccentBrush}"
Visibility="Collapsed"
IsOpen="False"
ClosedDisplayMode="Compact"
IsSticky="False">
<AppBarButton x:Name="btnSearch" Label="Search"
Icon="Find" Foreground="White" />
</CommandBar>
</Page.BottomAppBar>
在手机上以纵向模式显示时,它始终显示命令栏,当我旋转手机(风景)时,它会隐藏它。
奇怪的是,无论编辑器设置的方向如何,XAML编辑器都会始终显示命令栏。
模拟器和实际手机都会出现此问题。
我还没有通过代码隐藏尝试它,因为我正在使用MVVM,我想将属性绑定到Visibility或IsOpen属性,但稍后会尝试,如果需要,我会希望,它不会归结为此。
有什么想法吗?
感谢。
亨利
答案 0 :(得分:0)
我在Windows 10 Mobile模拟器内部版本10586中测试了此代码。命令栏不以纵向和横向显示。