This version adds ContainerNodes to WpfDiagram:
https://www.mindfusion.eu/_beta/wpfdiag101pre.zipIt also contains fixes for most of the bugs that have been reported in the last few weeks:
- link tooltips not displaying
- node tooltips not displaying at the expected position after resizing nodes
- properties set to a dynamic resource not updating correctly for custom controls added to the Diagram
- serialization of pens' DashStyle
It turned out the TooltipService depends on the WPF layout system for finding the positions of items, so the tooltip fixes require more frequent calls to UIElement.Arrange. In the next few days we'll test if there is any negative performance impact because of that.
The dynamic resources fix required changing the base of Diagram.DocumentPlane from UIElement to FrameworkElement, which could lead to some focus management or event routing issues. We'll test this as well before the 1.0.1 release.
If anyone needs a licensed build of the updated assembly, please contact us by email.
Stoyan