Questions tagged [mahapps.metro]

MahApps.Metro is a toolkit for creating Metro-styled WPF applications. It also includes some custom controls based on concepts from Windows Phone, Windows 8 and Window 10 (UWP) Apps. Furthermore it's an open source and therefore free to use

MahApps.Metro is a project that Paul Jenkins started back in 2011 as a simple way to bring a Metro-style user interface into your WPF application.

Since then it’s evolved and taken contributions (at last count there were 600+ forks) from various people in the community.

Official Website

Nuget

Github

Quick Start

829 questions
26
votes
1 answer

Show/hide Mahapps Flyout control

How can I show/hide MahApps Flyout control? Now I have: Hello World
mskuratowski
  • 3,692
  • 8
  • 46
  • 94
20
votes
4 answers

Mahapps - How to set Proper Case in Titles

I am using Mahapps and I am not able to set Proper case for Window titles and Group box titles etc.. I tried googling and Typography settings. If someone knows out there could you please help-me here.. Thanks
Lalitya
  • 679
  • 7
  • 11
19
votes
4 answers

MahApps MessageBoxes using MVVM

Simple question for the MahApps Merry Men. I have implemented an application using your great metro styled controls using Caliburn.Micro for the MVVM stuff. The new message dialogs look great, but currently there is not clear way of launching these…
MoonKnight
  • 23,430
  • 34
  • 134
  • 249
14
votes
3 answers

MahApps and Property Grid

First of all, great thanks to MahApps. What a cool project! I have an existing application written in WPF that I have applied the MahApps library to. I used this tutorial: http://mahapps.com/guides/quick-start.html However the effect on the…
ceds
  • 1,759
  • 3
  • 22
  • 40
14
votes
3 answers

Combining MahApps.Metro and Caliburn.Micro

Well im trying to use MahApps.Metro and Caliburn.Micro together but im getting some problems Here is my bootstrapper public sealed class TestBootstrapper : Bootstrapper { private CompositionContainer container; protected…
Peter
  • 33,550
  • 33
  • 138
  • 185
13
votes
1 answer

Changing The MahApps Metro Theme

I know that the MahApps metro theme comes with "themes" (colour sets), but I don't know how to change them from the default settings in my WPF application. I have followed the beginners tutorial at MahApps.Metro Documentation (including adding the…
gbmhunter
  • 1,537
  • 3
  • 20
  • 24
11
votes
2 answers

MahApps - How to disable automatic uppercase of default button

I have started to introduce MahApps.Metro (really awesome) in my WPF application and my favorite button is the default. The problem is that it puts all my text in uppercase and I don't want it.
mababin
  • 119
  • 2
  • 11
11
votes
4 answers

How to change MahApps.Metro dialog content template width?

I would like to change the base template of the MahApps.Metro dialogs (or create a new dialog type), because I would like to show them in a narrow login window. Right now almost all the second words in the message are in a new row, but there are…
user2042930
  • 571
  • 1
  • 6
  • 13
11
votes
4 answers

How to know what gets clicked in a DropDownButton

Per this page, the DropDownButton is using a ContextMenu to display the ItemsSource. How are we to know what the user clicks on? The Click event on the button isn't for the menu, but the button itself. I see no other events on it.
Joel Lucsy
  • 8,202
  • 1
  • 26
  • 33
11
votes
1 answer

Applying MahApps.Metro Dark theme

I am relatively new to WPF and I am trying to apply Windows Metro Dark theme to my entire application. I used the following in my Apps.xaml and I can see the Windows Metro Light theme properly.
Chathuranga Chandrasekara
  • 19,150
  • 28
  • 95
  • 135
11
votes
2 answers

How to turn off slide animation on Mahapps.Metro Window on load?

Does any know how turn off the animation when the Mahaaps.metro WPF window loads? Everything appears to load from the right to left. How can I turn this off? I do not see any mentioned of this in the documentation. Thanks
Asynchronous
  • 3,645
  • 18
  • 56
  • 89
10
votes
1 answer

MahApps DataGrid column header casing

I'm using the excellent MahApps library to style my WPF app and have integrated a DataGrid to display rows from a database. MahApps' default styling of the DataGrid displays the column headers in upper-case, but in my case I need to keep the…
ThomasWeiss
  • 1,242
  • 16
  • 28
10
votes
1 answer

Using MahApps Metro theme VS2013

I'm trying to do the Getting Started instructions here: http://mahapps.com/MahApps.Metro/guides/quick-start.html. I've gotten the latest pre-release (tried with stable too), I'm not getting the same window the guide is producing. I'm getting a…
Darth_Evil
  • 551
  • 1
  • 7
  • 17
10
votes
2 answers

WPF Metro Window full screen

I'm currently working on a WPF application and I don't find how to make my application in full screen. I am using MahApps.Metro so my mainwindow's type is Controls.MetroWindow. I tried this :
Junior Dussouillez
  • 1,938
  • 3
  • 25
  • 31
9
votes
1 answer

"Couldn't find an IPlatformOperations. This should never happen, your dependency resolver is broken" on WPF

I'm writing a program that is container for other, smaller programs. It loads it's modules via Assembly.Load, finds types implementing IModule and makes instances of them. In WPF MainWindow I have a RoutedViewHost, which will display everything. In…
Krzysztof Skowronek
  • 2,496
  • 9
  • 24
1
2 3
55 56