0

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]

Roham Rafii
  • 2,929
  • 7
  • 35
  • 49

1 Answers1

0

You have create Windows Phone 8.1 app that uses Windows Runtime not the Silverlight.

Abdurrahman Alp Köken
  • 1,236
  • 1
  • 13
  • 12