The first TabItem style sets the unselected tab style elements
The second Tabitem style set the selected tab style elements.
My issue is that the :selected attribute tag should be suffient to do this without having to know and specify control internal information.
Describe the solution you'd like
A clear and concise description of what you want to happen.
When you add state attributes to a control component for styling, the backing concept is that the properties set override the base properties of that control component based on the state attribute being true or ignored if false.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
To style the content of a tabitem I have the following style settings.
The first TabItem style sets the unselected tab style elements The second Tabitem style set the selected tab style elements.
My issue is that the :selected attribute tag should be suffient to do this without having to know and specify control internal information.
Describe the solution you'd like
A clear and concise description of what you want to happen.
When you add state attributes to a control component for styling, the backing concept is that the properties set override the base properties of that control component based on the state attribute being true or ignored if false.
I would thus like to have