Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selected items synchronizer #2

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

9swampy
Copy link

@9swampy 9swampy commented Nov 16, 2014

I wanted to include your example in several projects I'm working on so I've taken MarcoCobena's completed migration to VS2013 as a base, then extracted to a utility DLL so I could publish to NuGet. Up to you if you want to complicate your simple and clean example :-)

@9swampy 9swampy force-pushed the SelectedItemsSynchronizer branch from 0002e75 to 6074590 Compare November 16, 2014 13:58
@9swampy 9swampy force-pushed the SelectedItemsSynchronizer branch from 44dc289 to 7531c58 Compare November 16, 2014 14:09
9swampy and others added 15 commits November 16, 2014 14:21
…ging.

I am attempting to reflect a potentially multimap to multimap scenario; if I select one member of a multimap I want to modify the ItemsSelected to include all members of the multimap on the same side and also select all items on the other side of the map. This is difficult as I essentially want to modify the selected items during the CollectionChanged event, which is not a good idea. Additions to the Demo model are a thought WIP, incomplete.
And changed the original to a .NET40 library.
Also updated the nupkg to include the .NET40 binaries
…es and Nuget packages, add both assemblies to nuspec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants