Hi,
I have few tabs in TabControls. Application has ability to switch themes in runtime.
I need highlight some tabs due to some actions (e.g. new message received in the system and messages tab will be highlighted) in runtime. This might be blinking tab header but it should be in the current theme colors, for example if I set blue color for tab header - in some cases it will be ok, but if selected theme who has blue tabs by default - highlighted tab will be not visible.
How this can be implemented using viewmodel property binding or something like this. Do you have any examples or article?
Thank you