This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have this problem on the DiagramSurface where I can't enable MouseWheel scrolling on it. It'll goes into infinite loop if I listen for MouseWheel event on DiagramSurface, and then raise the same event on DiagramSurface.ScrollViewer. Anyway I can enable this behaviour? I just need the Vertical Scrolling using MouseWheel. Thanks. |
|
|
Hello I have now added this functionality. If the mouse wheel is not used to zoom the diagram, then it will vertically scroll the diagram instead. In order to use this, make sure the ZoomMode is not set to MouseWheel. If you still want mouse wheel zooming, then you can set the ZoomMode to ControlMouseWheel. Then using the mouse wheel will scroll the diagram, but holding down control and then using the mouse wheel will zoom. This will be available in the next nightly build. Jason Fauchelle |
|