timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

ToggleMenuItem long press #159

Closed judwhite closed 11 years ago

judwhite commented 11 years ago

When I long press a ToggleMenuItem the check mark appears but the Command does not get executed. I handled PointerReleased to work around it for now. Is there a better way to do this?

Thanks for the tools.

timheuer commented 11 years ago

the command fires when you release right? Command executes on a completion of a full click event