Question

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>
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top