문제

a separator line doesn't appear between items, isn't it supported in windows phone version, or I'm doing something wrong?

<MenuFlyout>
    <MenuFlyoutItem Text="Like"/>
    <MenuFlyoutItem Text="Report"/>
    <MenuFlyoutSeparator/>
    <MenuFlyoutItem Text="Share"/>
</MenuFlyout>
도움이 되었습니까?

해결책

Yes, in Windows Phone 8.1 App, MenuFlyoutSeparator can't appear. This is MSDN Tip: In a Windows Phone Store app, MenuFlyoutSeparator is ignored if present in your XAML, and can be removed. Here is Url.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top