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

851 questions
27
votes
1 answer

Show/hide Mahapps Flyout control

How can I show/hide MahApps Flyout control? Now I have: Hello World
mskuratowski
  • 4,014
  • 15
  • 58
  • 109
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
  • 719
  • 8
  • 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,214
  • 40
  • 145
  • 277
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
  • 2,097
  • 5
  • 32
  • 50
14
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,747
  • 3
  • 23
  • 24
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
  • 37,042
  • 39
  • 142
  • 198
13
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
  • 20,548
  • 30
  • 97
  • 138
12
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,292
  • 16
  • 30
12
votes
4 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
  • 193
  • 4
  • 16
12
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
  • 640
  • 1
  • 7
  • 14
12
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,520
  • 1
  • 29
  • 35
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,917
  • 19
  • 62
  • 96
11
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
  • 2,327
  • 3
  • 30
  • 39
10
votes
6 answers

Resize TabItem header size inside TabControl

I am using MahApps TabControl and i have several TabItems: I try to change the font size of the TabControl and TabItems in order to resize my headers…
berry wer
  • 637
  • 2
  • 12
  • 25
10
votes
1 answer

Actually using the Tile Control in MahApps Metro?

I have been working with MahApps Metro UI for couple days now and i have realy enjoyed it. WHen looking through their documentation, i wanted to use the tile control and make something along the lines of this: Their documentation, located on this…
Hunter Mitchell
  • 7,063
  • 18
  • 69
  • 116
1
2 3
56 57