I have a project in which we load a multiscreen list from a collection of objects.
I have another object object that has a collection that I want to associate with SelectedItems. Somehow.
Is there a way to do this using object binding sources or some kind of binding source without writing code? Of course, I can scroll through the collection and get the selected items, but I would prefer to do it more cleanly with Windows data binding.
Is it possible?
source
share