- 首页 /
- 组件 /
- 展示层 /
- MindFusion Pack for .NET MAUI
MindFusion.Diagramming for .NET MAUI 1.2
Released: Feb 21, 2025
MindFusion.Diagramming for .NET MAUI 1.2 中的更新
特性
- Spatial index - Set the EnableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries.
- This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
- Miscellaneous
- Added DividerPen property to 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.
- The ShowScrollbars property now lets you hide diagram view's scrollbars.
修补程序
- Fixed issue where the Diagram property setter doesn't repaint the view.