Hello there,
I need to dynamically draw a RadDiagramShape nested in a RadDiagramShape. I need to allow user move the internal/inner RadDiagramShape (just like the outer/container RadDiagramShape can be moved within the RadDiagram). I created a custom WPF control and I set its ContentControl property as a Canvas. Then I'm adding all children to the canvas Children collection from code behind.
The problem is that the added RadDiagramShape controls can not be moved/manipulated within the nested Canvas.
How do I allow this nested RadDiagramShape to be moved?
Thanks,
I need to dynamically draw a RadDiagramShape nested in a RadDiagramShape. I need to allow user move the internal/inner RadDiagramShape (just like the outer/container RadDiagramShape can be moved within the RadDiagram). I created a custom WPF control and I set its ContentControl property as a Canvas. Then I'm adding all children to the canvas Children collection from code behind.
The problem is that the added RadDiagramShape controls can not be moved/manipulated within the nested Canvas.
How do I allow this nested RadDiagramShape to be moved?
Thanks,