CC#•Created by Baymax on 12/31/2023 in #help [WPF] How to edit multiple items in ListBox at once
I want to edit the selected ListBox items themselves, SelectedItems is a read-only property (unlike SelectedItem), so iterating through it won't work as with SelectedItem property.