Hello!
The application contains multiple views (docked and floating windows) which are displayed on multiple monitors. I have a view where alarms are displayed. Due to the amount of information displayed, the customer wants that the alarm view is marked as soon as an alarm gets active.
For the docked window state the BorderBrush, TabBorderBrush and TabTintColor are changed to red. When no alarm is active, the brushes and colors are changed back to the theme colors.
When the window state is floating, those changes have no effect. Is it possible to change e.g. the background color of the window title bar when the window is floatiing?
I tried to changed the BorderBrush and Background of the window.parent and window.parentcontainer. But those changes had no effect.
Thank you