Microsoft
Software
Hardware
Network
Question : Styling WPF TabItem with Image and Text
Ok.... I have a tabcontrol with some tabitems... The controls are styled using a separate resource file. And thus far everything looked great.
My TabItems have three different states. Default, Hover and Selected. The default background color is dark and the selected tab's background is light. Therefore, the default tab's foreground color is white and the selected tab's foreground color is lets say black.
In my style I set the foreground color using the IsSelected Trigger.
However.... I want to add icons to my tabs. To do this inside the header I create a stackpanel with an image and a textbox as children.
Now my foreground color of the textbox will not be set by the style nor the trigger within the style. I can see why this is happening but have no clue on how to fix it.
Relevant Style:
Relevant Xaml:
blah
>
Answer : Styling WPF TabItem with Image and Text
Sorry for the late reply. Got a solution to your problem
just change your code for the IsSelected=true Trigger to this
1: 2: 3: 4:
Open in New Window
Select All
Random Solutions
Failed requests and Timer_ConnectionIdle in HTTPERR
how can i take off the minimize,maximize and close botton in a form
POP3 Server to Exchange Server. Plus Change of ISP
How to visible false item template column in Grid view when export to Excel
Priniting report causes error "2212 couldn't print object"
Need to create an AR Aging Query
How to pass a WindowsIdentity object to a web service method?
Remove unwanted information during copy and paste process
reading a text file and saving to access
MFC: starting an external program