FluentDragDrop Versions Save

🖱 The sexiest Drag&Drop for WinForms on this planet.

2.2.0

3 weeks ago

2.1.3

3 weeks ago

2.1.2

3 weeks ago

2.1.1

3 weeks ago

2.1.0

2 years ago

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

2.0.0

2 years ago

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