snakex64
snakex64
## Description Changed TreeView `Items` and `ServerData` to use `ICollection` instead of `HashSet`. Reason for the change: 1) `HashSet` does not ensure order [(doc)](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.hashset-1?view=net-6.0) and a TreeView should render its...
Added a 'target' value passed alongside the 'dragend' event of connections. This allows detecting when the 'drop' is ended on nothing. Used to open a menu at that point, like...
Hi! Is it possible to use a custom html element as a shape ? That would allow more advanced shape like the Sparkline but with "real" graph libraries, input/dropdown from...
I added a "Classes" property to BaseLinkModel which is then used in the LinkRenderer. This allow users to add a css class to the element of a link
I added a new option to make link segmentable only with double click instead of single clicks. I also took the opportunity to add events for vertex added and removed,...
#108733 Add missing methods to PersistedAssemblyBuilder generated types: - GetProperties - GetProperty - GetInterface Edit: - GetNestedType - GetNestedTypes - GetMember - GetMembers Also provide bugfixes to GetMethods, GetFields, GetProperties,...