03-14-2011 06:58 PM
Hi,
When in pan mode, the mouse cursor appears as a hand. I have an half-invisible panel over the plot area of the graph (WaveformGraph), which is set to Enabled=false - it is just used as a panel to render text metadata. in the event MouseMove, I have added code to check when the mouse is over this panel. Then, I set
mWaveformGraph.InteractionModeDefault = GraphDefaultInteractionMode.None;
mWaveformGraph.InteractionMode = GraphInteractionModes.None;
and try to change the mouse cursor.
Only problem is, the mouse cursor changes back to the hand automatically.
Why?
03-15-2011 06:07 AM
Never mind, I figured it out...