Skip to content

Commit

Permalink
Add screenshots from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Sep 2, 2016
1 parent 5ecd5a2 commit 2c0b3e6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Or: You take the latest version from NuGet: [https://www.nuget.org/packages/gong

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.

# Namespace
## Namespace

To use `GongSolutions.WPF.DragDrop` in your application you need to at the namespace to your Xaml files.

Expand All @@ -49,6 +49,18 @@ or
xmlns:dd="clr-namespace:GongSolutions.Wpf.DragDrop;assembly=GongSolutions.Wpf.DragDrop"
```

## In action

![screenshot01](./screenshots/2016-09-03_00h51_35.png)

![screenshot02](./screenshots/2016-09-03_00h52_20.png)

![screenshot03](./screenshots/2016-09-03_00h53_03.png)

![screenshot04](./screenshots/2016-09-03_00h53_21.png)

![gif01](./screenshots/DragDropSample01.gif)

## Default Behaviour

A simple example of adding drag/drop to a ListBox:
Expand Down
Binary file added screenshots/2016-09-03_00h51_35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2016-09-03_00h52_20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2016-09-03_00h53_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2016-09-03_00h53_21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/DragDropSample01.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c0b3e6

Please sign in to comment.