Skip to content

Commit

Permalink
Update README.md, add icon and update nuspec to point to it.
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Nov 16, 2014
1 parent 14d5987 commit d975c8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Binary file added Psync.xcf
Binary file not shown.
Binary file added Psync128.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 Psync256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ SelectedItemsBindingDemo
========================

An example of how to bind the SelectedItems property of an ItemsControl in WPF to a ViewModel

The origin of all this and a good explanation of how it all works can be found at
http://blog.functionalfun.net/2009/02/how-to-databind-to-selecteditems.html

The original example demo is still included in the code base, but the code has been reorganised a bit so that it can be published as a utility library in a NuGet package. I'm hoping you'll find it as useful as I have done, and making it available as a NuGet package should ease integration with your production code!
6 changes: 3 additions & 3 deletions SelectedItemsSynchronizer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>SelectedItemsSynchronizer</title>
<authors>SelectedItemsSynchronizer contributors</authors>
<owners>9swampy</owners>
<licenseUrl>https://github.com/9swampy/SelectedItemsSynchronizer/blob/SelectedItemsSynchronizer/License.txt</licenseUrl>
<projectUrl>https://github.com/9swampy/SelectedItemsSynchronizer</projectUrl>
<iconUrl>http://www.prims.com/P128.png</iconUrl>
<licenseUrl>https://github.com/9swampy/SelectedItemsBindingDemo/blob/SelectedItemsSynchronizer/License.txt</licenseUrl>
<projectUrl>https://github.com/9swampy/SelectedItemsBindingDemo/tree/SelectedItemsSynchronizer</projectUrl>
<iconUrl>https://raw.githubusercontent.com/9swampy/SelectedItemsBindingDemo/SelectedItemsSynchronizer/Psync128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Facilitates binding WPF SelectedItems</description>
<releaseNotes>
Expand Down

0 comments on commit d975c8d

Please sign in to comment.