MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.31k stars 2.45k forks source link

Is there any easy way to make SplitButton use MetroFlatButton style? #3731

Closed GF-Huang closed 4 years ago

GF-Huang commented 4 years ago

MahApps.Metro: v1.6.5

timunie commented 4 years ago

Hi @GreatFireWall , unfortunatally not. But you can overide the Style to your needs. Here is the link to the source: https://github.com/MahApps/MahApps.Metro/blob/master/src/MahApps.Metro/Themes/SplitButton.xaml

Happy coding, Tim

GF-Huang commented 4 years ago

Ok, thanks.