When using this theme for tabs, the IsMouseOver trigger, triggered whenever you enter the whole space of the tab, I want it to be triggered just when its over the tab header.
[WPF] How to edit multiple items in ListBox at once
I'm trying to edit multiple items using SelectionMode="Extended" to give the items a specific value, I'm using SelectedItems property to get the items, just don't know how to save it back to the ListBox after edit.