Wednesday, 11 September 2013

WPF/MVVM App On WIndows 8 Tablet - Touch Doesn't Work

WPF/MVVM App On WIndows 8 Tablet - Touch Doesn't Work

I'm working on a WFP/MVVM app that hast portions that need to run on a
Windows 8 tablet.
Some parts of the app are not responding to touch. Buttons do, but grid
row selection and other controls do not.
I'm brand new to working with touch. My understanding is that if you don't
handle the touch event, it's promoted to a click.
I can trap Touch Down/Up in the code behind. But that doesn't help with my
Grid.SelectedItem in an MVVM environment.
Anyone have any experience here that can point me in the right direction?
Thanks

No comments:

Post a Comment