
Improves performance of diagram rendering and user interactions.
Features
- Improved performance - Diagram rendering and user interactions are now faster. The control redraws the smallest possible area after diagram changes, and compresses refresh operations into a single batch when possible. Custom node classes that need to draw outside of their Bounds should override the getRepaintBounds method to specify the repaint area.
- The Border component now draws frame lines around the background behind other components in CompositeNode templates.
- NodeListView now displays tooltip text when the mouse hovers over an item in the list view.