MenuFlyoutSeparator未出现在Windows Phone 8.1中

时间:2014-05-11 15:54:05

标签: xaml windows-phone-8 windows-runtime windows-phone windows-store-apps

项目之间没有显示分隔线,Windows手机版本是否支持它,或者我做错了什么?

<MenuFlyout>
    <MenuFlyoutItem Text="Like"/>
    <MenuFlyoutItem Text="Report"/>
    <MenuFlyoutSeparator/>
    <MenuFlyoutItem Text="Share"/>
</MenuFlyout>

1 个答案:

答案 0 :(得分:3)

是的,在Windows Phone 8.1 App中,无法显示MenuFlyoutSeparator。 这是MSDN提示:In a Windows Phone Store app, MenuFlyoutSeparator is ignored if present in your XAML, and can be removed. Here is Url