Skip to content

Instantly share code, notes, and snippets.

@timgabrhel
Created November 14, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timgabrhel/1e15e93a752e00ec46ae to your computer and use it in GitHub Desktop.
Save timgabrhel/1e15e93a752e00ec46ae to your computer and use it in GitHub Desktop.
FlyoutBase.AttachedFlyout
<StackPanel x:Name="ListingPreviewStackPanel"
IsHoldingEnabled="True"
Holding="ListingPreview_Holding"
FlyoutBase.AttachedFlyout="{StaticResource WintsyListingPreviewFlyout}"
Tapped="ListingPreview_Tapped">
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment