Diagramming for .NET MAUI v1.2
Released: Feb 21, 2025
Diagramming for .NET MAUI v1.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.
不具合の修正
- Miscellaneous
- Fixed issue where the Diagram property setter doesn't repaint the view.