Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
softwareantics opened this issue Sep 27, 2022 · 1 comment
Open

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

softwareantics opened this issue Sep 27, 2022 · 1 comment

Comments

@softwareantics
Copy link

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
Copy link

Montago commented Feb 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants