Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for .NET MAUI, V1.1.4 (Read 129 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 701
Joined: Apr 6th, 2003
Diagramming for .NET MAUI, V1.1.4
May 31st, 2024 at 7:29am
Print Post  
We have released version 1.1.4 of MauiDiagram. It contains the following new features and improvements:

Using custom in-place edit controls
Handle the CreateEditControl event to display a custom MAUI control for users to edit item's content. This event is raised when entering in-place editing mode, either interactively by users or by calling the BeginEdit method. You could handle the event to return a composite control for editing many of the item's properties, and not only text. When leaving in-place editing mode, the DiagramView raises DestroyEditControl to let you copy to the item any values entered by the user and close the custom editor.

Miscellaneous
  • Set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
  • Removed dependencies to obsolete Device.StartTimer method.
  • Fix for CreateImage method not exporting bitmap images assigned to nodes.

API changes
For consistency with MindFusion controls for other platforms, AllowAutoScroll has been renamed to AutoScroll.

Distribution for the latest version can be downloaded here, or from the clients area on our site.
https://mindfusion.eu/Maui.Diagram.zip

Updated assemblies are also available as MindFusion.Diagramming.Maui NuGet package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint