当空间有限时,新的动态溢出行为将自动将主要命令移动到 SecondaryCommands 区域。
但是在我的应用程序中只有 4 个按钮可见,第 5 个不存在,如果我打开菜单也不存在,我必须手动将其放入SecondaryCommands
列表中,以使 Windows 显示它。
我做了一个简单的 CommandBar 来测试它
<CommandBar>
<AppBarButton Icon="Find" Label="test" />
<AppBarButton Icon="Find" Label="test" />
<AppBarButton Icon="Find" Label="test" />
<AppBarButton Icon="Find" Label="test" />
<AppBarButton Icon="Find" Label="test" />
</CommandBar>
构建目标和最低版本是 10.0 10586。
我还注意到CommandBarOverflowButtonVisibility
找不到类似的属性。