canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.
MIT License
994 stars 143 forks source link

net core WPF “TouchEnter” evnet have trublle #166

Closed ghost closed 3 years ago

ghost commented 3 years ago

image image image Please ask how to solve it.

canton7 commented 3 years ago

Duplicate of #97. A quirk of WPF means you can't use actions with TouchEnter, sorry. Use an event in the code behind.