Hi
I have an application with a button list in a ItemsControl. The buttons use Command to invoke a method, that is binded to the button.
When using the mouse, the buttons work fine and the required methods are invoked.
When using touch, the buttons need to be double-clicked before a methods is invoked.
What is causing the difference in behaviour between Mouse and Touch.
Best regards
Sneeze
I have an application with a button list in a ItemsControl. The buttons use Command to invoke a method, that is binded to the button.
When using the mouse, the buttons work fine and the required methods are invoked.
When using touch, the buttons need to be double-clicked before a methods is invoked.
What is causing the difference in behaviour between Mouse and Touch.
Best regards
Sneeze