We are using the RadDiagram for Telerik WPF. We have restricted the draggable area using the following link:
http://docs.telerik.com/devtools/wpf/controls/raddiagram/howto/customize-dragging
But we also would like to restrict the area that the user is able to pan the diagram. It would be great if it wasn´t possible to pan away from the restricted draggable area. Is this possible, and if yes, how?
I have tried to use PreviewPan but haven´t figured out if that is the way to go...