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.23k stars 2.45k forks source link

How do I style my app to be like Visual Studio? #4352

Open softwareantics opened 1 year ago

softwareantics commented 1 year ago

I've changed all windows to use MetroWindow and also have this in my App.Xaml file:

<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Dark.Blue.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/VS/Colors.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/VS/Controls.xaml" />

There isn't much documentation anywhere, however some of my controls are not styling correctly:

Toolbars for example:

image

also combo boxes:

image

and a few others. I'm wondering if there's something I'm missing or if someone can direct me to more detailed documentation?

Montago commented 4 months ago

Telerik has a whole style-pack that looks like Visual Studio...