python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Switch XAML resources at runtime based on light/dark theme?
I have a WPF application that uses MahApps ("light" mode) and I've now provided a way for the user to switch modes (light/dark). A lot of the app's colours obviously change depending on the ...
Andrew Stephens
Votes: 0
Answers: 1
Style Triggers Cause Control To Lose Theme
I have a WPF application using MahApps Metro for it's UI theming. I also need to use style triggers so I can appropriately determine whether a control is visible based on a property. The triggers work...
Meme Machine
Votes: 0
Answers: 1
How to change MahApps Icon into URI?
I am using MahApps and AvalonDock for my WPF application, AvalonDock tab header icon can only accept URI icon source. However, from my understanding MahApps icon need to set like below:
<MenuItem.I...
Joshua Chan
Votes: 0
Answers: 1
WPF binding source mismatch for a MahApps.Metro.Controls.NumericUpDown inside a TabControl
I often use MahApps.Metro.Controls.NumericUpDown to manipulate numerical values from the user interface. Recently I have observed a binding behaviour so strange and surreal that completely undermined ...
tethered.sun
Votes: 0
Answers: 0