views:

21

answers:

0

I'm putting a control together that takes advantage of the Gesture support in Windows Mobile 6.5 (using the Microsoft gesture library). However, When my control is embedded into a TabPage, I don't get to see any gesture events instead the TabControl appears to swallow the events for its quick tab switching.

Is there a way that I can either have my control get first bite at the gesture events, or alternately, is there a way to disable gestures on TabControls that I could document for consumers of the control?