MindFusion.Diagramming for Java Swing V4.6.1
Released: Feb 17, 2022
Aggiornamenti in V4.6.1
Funzionalità
- TableNode improvements:
- New CaptionBackBrush property lets you customize the fill of a table's caption bar.
- Tables can now be custom-drawn by setting the CustomDraw property and handling the drawNode event.
- Table cells can now be custom-drawn by setting the CellCustomDraw property and handling the drawCell event.
- TreeViewNode improvements
- New TreeViewItem Brush property allows you to assign different backgrounds to individual items.
- New ShowLines property lets you toggle the visibility of connecting lines.
Correzioni
- Fixed exception when serializing LinkLabel in JSON format.
- Fixed thick appearance of caption divider line when using CellFrameStyle.Simple.