MindFusion.Diagramming for WPF V4.1.2

Released: Aug 29, 2024

Atualizações na V4.1.2

Recursos

  • DividerPen property has been added to the ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
  • Unfolding a ContainerNode now always restores original size from UnfoldedSize property, regardless of AutoGrow and AutoShrink values. To revert to old behavior, call ResizeToFitChildren from ContainerUnfolded event handler.
  • Minimum required .NET Framework version has been lowered from 4.7.2 to 4.6.2.

Correções

  • PatternRouter no longer ignores containers whose Obstacle property is enabled.
  • Fixed rendering of RoundedLinks with larger StrokeThickness.
  • Fixed issue with tooltips not closing when the mouse pointer moves outside of the DiagramView.