03-12-2011, 12:21 AM
I want to use the Zoomcontrol in a WpfControl and when the control is displayed, I want the Zoom control to show the Hand for grabbing and the mouse roll to do the zoom in and out.
It seems that when I tested this with a Wpf Window, I used this:
ZoomPanel1.ZoomMode = Ab2d.Controls.ZoomPanel.ZoomModeType.Move;
But when I put this in a Control, while the move is marked, the mouse wheel and move does not work until the user clicks on several options.
How can I set a control to automatically allow Mouse Wheel zoom without the user having to select this from the zoom controls?
rwg
It seems that when I tested this with a Wpf Window, I used this:
ZoomPanel1.ZoomMode = Ab2d.Controls.ZoomPanel.ZoomModeType.Move;
But when I put this in a Control, while the move is marked, the mouse wheel and move does not work until the user clicks on several options.
How can I set a control to automatically allow Mouse Wheel zoom without the user having to select this from the zoom controls?
rwg