在this page in Windows Dev Center上说
当空间有限时,新的动态溢出行为将自动将主命令移动到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>
Build Target和Min Version是10.0 10586。
我也注意到CommandBarOverflowButtonVisibility
和类似的属性无法找到。
答案 0 :(得分:0)
这是一项在周年纪念更新之前不会出现的功能 - 文档刚刚更新。您可以在大约11:35在this video from //BUILD 2016中详细了解该功能。目前在Build 10586中不。