You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **GongSolutions.WPF.DragDrop** library is an easy to use drag'n'drop framework for WPF.
14
16
@@ -24,7 +26,7 @@ The **GongSolutions.WPF.DragDrop** library is an easy to use drag'n'drop framewo
24
26
25
27
## Want to say thanks?
26
28
27
-
+This framework is free, can be used in commercial applications too, so please hit the :star:Star :star: button, cause this is the only payment (Cash donations are also being accepted ;-P ).
29
+
This framework is free and can be used for free, open source and commercial applications. It's tested and contributed by many people... So mainly hit the :star:button, that's all... thx :squirrel: (:dollar:, :euro:, :beer: or some other gifts are also being accepted...).
28
30
29
31
## Installation
30
32
@@ -33,7 +35,7 @@ Or: You take the latest version from NuGet: [https://www.nuget.org/packages/gong
33
35
34
36
## Strong naming
35
37
36
-
I will not do this anymore for this packages (started with v1.0). If you need this then you should use the [Strong Namer](https://github.com/dsplaisted/strongnamer) from @dsplaisted, it's an easy to add NuGet package which will help you.
38
+
If you need strong named dlls then you should use the [Strong Namer](https://github.com/dsplaisted/strongnamer) from @dsplaisted. If this doesn't work then you can clone this repository and compile your own strongly named dlls.
37
39
38
40
## Namespace
39
41
@@ -121,7 +123,7 @@ class ExampleItemViewModel
121
123
122
124
In this example, we're checking that the item being dragged and the item being dropped onto are both ExampleItemViewModels and that the target item allows items to be added to its Children collection. If the drag satisfies both of these conditions, then the function tells the framework to display a Copy mouse pointer, and to use a Highlight drop target adorner.
123
125
124
-
For more information, check out the full [DropHandlerExample](Examples).
126
+
For more information, check out the [Showcase application](src/Showcase.WPF.DragDrop.NET45).
0 commit comments