You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Recently I've been testing my WPF Application which uses WPF UI on my Surface Pro, and I've found that experience on Surface devices is not good. For example, the basic basic sliding operation is not supported.
Describe the solution you'd like
I think Behaviour & Trigger are probably the solutions to the problem, using Behaviour & Trigger to bind or overwrite some events or functions when touch events happened.
Describe alternatives you've considered
Of course there're some packages on nuget.org, but they all have more or less compatibility issues, so it's fine to make the WPF UI with native touch support.
Additional context
I will clone WPF UI repository and will try to test the upon methods, Hoping lepoco and other developers to share opinions on the issue. Thanks for you.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Recently I've been testing my WPF Application which uses WPF UI on my Surface Pro, and I've found that experience on Surface devices is not good. For example, the basic basic sliding operation is not supported.
Describe the solution you'd like
I think Behaviour & Trigger are probably the solutions to the problem, using Behaviour & Trigger to bind or overwrite some events or functions when touch events happened.
Describe alternatives you've considered
Of course there're some packages on nuget.org, but they all have more or less compatibility issues, so it's fine to make the WPF UI with native touch support.
Additional context
I will clone WPF UI repository and will try to test the upon methods, Hoping lepoco and other developers to share opinions on the issue. Thanks for you.
The text was updated successfully, but these errors were encountered: