Is it possible to resize xamDiagram contained within a container i.e. Window/Grid and resizing it would resize xamDiagram proportionally?
Hello Abs,
You may use the xamDiagram ScaleToFit method and call it in the Window SizeChanged event handler.
I’ve attached a sample application for your reference.
Works like a charm, thank you.