Skip to content

Releases: awaescher/FluentDragDrop

Release 2.2.0

10 May 22:37
Compare
Choose a tag to compare
Remove Nerdbank versioning

Release 2.1.3

10 May 22:35
Compare
Choose a tag to compare
Remove Nerdbank versioning

Release 2.1.2

10 May 22:33
Compare
Choose a tag to compare
Skip packaging on build

Release 2.1.1

10 May 22:24
0f0848b
Compare
Choose a tag to compare
Update ci.yml

UI hooks & improved preview rendering

13 May 14:02
Compare
Choose a tag to compare

This version now provides hooks to interact when a drag and drop operation starts or ends (successfully or not).

More details here: #17

It also comes with a slightly improved logic rendering previews only if they are going to be used. Until now, previews were calculated on every MouseDown which may not be required when using deferred drag and drop with OnMouseMove() (which I would highly recommend).

More details here: #18

馃摝 Get it on NuGet

100% flicker free Drag&Drop

29 Apr 09:18
Compare
Choose a tag to compare

Version 2.0 uses an improved overlay form for the Drag&Drop previews which eliminates flickering of the parent forms completely.

While this flickering was quite rare in SDI applications, it was a problem with MDI apps.
MDI parent forms indicate focus by activating & deactivating themselves several times in a row. This takes about half a second to complete and caused FluentDragDrop to wait for completion before the preview form could be shown.

This is completely gone now: There's no activation/deactivation with the new overlay form anymore and with this, Drag&Drop operations start completely flicker free within SDI and MDI apps.

馃摝 Get it on NuGet