I’m constantly having to use TouchDown/TouchUp events here in my WPF project to detect a ‘double-tap’; sometimes on a listbox, sometimes a button, sometimes a telerik control. How would I go about adding a DoubleTap event and event handler to these controls? Too big of a job?
I’m constantly having to use TouchDown/TouchUp events here in my WPF project to detect
Share
You could create a class that is constructed with a reference to the control and a delegate function. (Please forgive my not perfect syntax [if it isn’t perfect], I am typing this from memory)