I have two listviews, one for Images and one for Tags, which have a many-many relationship.
Both listviews are bound to ObservableCollection of EF objects. The Tag listview also has a checkbox column.
When I select an Image from the listview I’d like the associated Tags to be checked on the other listview. I need TwoWay binding to create and remove the relationships based on being checked or not.
How can I do this?
I’ve got this working as follows:
Something along the lines of: