I'm developing a wp app, IDE: VisualStudio 2013
when I try to use flyout in button. button.flyout is not listed out in XAML page
Ref:http://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn308515.aspx
<Button Name="btnFly" Content="img">
<Button.Flyout>
</Button.Flyout>
</Button>
Button.Flyout is not listed when I put.[dot]