xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
283 stars 66 forks source link

Added support for ListItemButton Flyouts #19

Closed AzureKitsune closed 8 years ago

AzureKitsune commented 8 years ago

Added support for ListItemButton Flyoutslike regular buttons have. Just attach a Flyout using FlyoutBase.AttachedFlyout and it will be shown when the user clicks.

xyzzer commented 8 years ago

Cool, thanks!

xyzzer commented 8 years ago

Seems like there was a missing reference. I'll fix that quickly.