
Hi!
I would like to ask how to keep the arrow mouse cursor in the ZoomContentControl for all time? I don't need the panning feature and therefore did not add any InputBinding for it and hided the pan pad. Anyway, the 'grabbing hand' cursor is shown when the mouse is over the ZoomContent control.
After I added a custom command to InputBindings, like
<MouseBinding Command="{x:Static local:MyControl.MyCommand}" Gesture="LeftClick" />
the cursor started to turn to the arrow but only after a first click on the ViewControl pad. Thus, when the control is loaded for the first time, the 'grabbing hand' cursor is always shown.
Is it possible to get rid of the 'grabbing hand' cursor at all?
Cheers, Ilia