Two-way binding to Multi-select WinForms Listbox?

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?

+3
source share
1 answer

, SelectedItems ( CheckedItems CheckedListBox)... , , !

+4

Source: https://habr.com/ru/post/1714409/


All Articles