UWP CommandBar动态溢出行为无法正常工作

时间:2016-06-22 12:06:53

标签: c# xaml uwp commandbar

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>

Screenshot

Build Target和Min Version是10.0 10586。
我也注意到CommandBarOverflowButtonVisibility和类似的属性无法找到。

1 个答案:

答案 0 :(得分:0)

这是一项在周年纪念更新之前不会出现的功能 - 文档刚刚更新。您可以在大约11:35在this video from //BUILD 2016中详细了解该功能。目前在Build 10586中