I would like to know how to disable map touch/mouse input without setting the ishittestvisible = false property. The reason is because if i set it to false, my drop attach event won't fire.
One way of doing this would be hooking up mouse event handlers and setting their EventArgs "Handled" property to TRUE. Here is an example for the mouse wheel event handler in C#: