Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I have the requirement to restrict the movement of nodes inside the Diagram page settings. The below sample
"works", but has the problem, that it does not take zooming into account. I set the limits as
Diagram.ScrollSettings.EditableArea = new Rect(0, 0, bitmap.Width, bitmap.Height) where the bitmap holds a background image.
Regards
Thomas