MindFusion.WPF Pack 2024.R4

Released: Dec 19, 2024

2024.R4 中的更新

特性

Diagramming for WPF

  • Set EnableVirtualization to false to stop DiagramView's UI virtualization, trading time for presenter creation when scrolling, with up-front time to create presenters for all diagram items.
  • DiagramView now honors HorizontalContentAlignment and VerticalContentAlignment properties inherited from base Control class, letting you align or center a smaller diagram inside the view.
  • DataContext of a ToolTip control assigned to items is set to the item that displays it.
  • New Export overload of SvgExporter lets you export an already rendered part of DiagramView quicker than overloads taking Diagram argument.

修补程序

Diagramming for WPF

  • Fixed exception when item's ToolTip property is set to a System.Windows.Controls.ToolTip instance rather than a string.
  • Fix for ItemRemoved being raised twice.
  • TabbedDiagramView no longer interprets underscores in Title property of pages as ALT shortcut, drawing them as is now.

Spreadsheet for WPF

  • DATEDIF function fix for calculating month difference.