I have an issue with the IsMouveOver trigger with a TabItem Element.
When the mouse cursor is on a TabItem, its background color changes, which is what I want => It
It does not work because Border as container takes all events, and MouseOver
is not exception. If you want to ignore MouseOver
event for some part (your inner part of the item) then just put inner item on top of wider item.
You can add Grid control beneath inner part and bind Trigger
to its MouseOver
event.