wpf - Reacting to double tap on a touch screen -
i develop wpf application target windows 7 machine. machine equipped touch screen monitor. since there severe restrictions space, user not want use mouse entire gui controlled via taps on screen. tapping buttons equivalent clicking them. similarly, clicking item data grid similar tapping it. however, if want drill down , see details, need double-click on item , can handle datagrid's mouseaction leftdoubleclick event. tapping twice on item though not same. of course, can add button "see details" on form , tap once item selected. before that, want know if there way handle "double-tap on touchscreen" event? there way transform leftdoubleclick event?
tia, eddie
Comments
Post a Comment