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
7
votes
3 answers

Overwrite Mahapps Metro style for me header Tabitem

I am working with WPF and MVVM. I installed Mahapps Metro, this nuget package provides all styles for my app. I made a TabControl, but the FontSize that Mahapps uses for the header in each TabItem is very big for my application. I need to create a…
CampDev
  • 1,659
  • 3
  • 16
  • 22
7
votes
2 answers

How to use ShowMetroDialogAsync() using mahapps api

I have looked at the documentation at http://mahapps.com/controls/dialogs.html but I am still not sure how to use it. There is no documentation for ShowMetroDialogAsync().
Kunal Deo
  • 2,248
  • 2
  • 18
  • 27
7
votes
1 answer

How to bundle MahApps.Metro into single exe

I'm having a really hard time bundling all of my dependencies in my C# WPF project into a single exe, using SmartAssembly 6 (evaluation/trial), because of MahApps.Metro. This conclusion was drawn when creating a completely empty project with…
user1021726
  • 638
  • 10
  • 23
7
votes
4 answers

How to change the foreground color of all command buttons in MahApps

Is there a way to change buttons foreground in MetroWindow? I have even tried to override the IronicallyNamedChromelessButtonStyle but the foreground color was still the same. Edit: The buttons are in the Window Bar (e.g Close, Minimize, Maximize).
user3049133
  • 229
  • 1
  • 4
  • 12
7
votes
1 answer

Make the ProgressRing in MahApps.Metro Smaller

It looks like the MahApps.Metro ProgressRing control defaults to a Minimum size of 60x60. There is a property for the ProgressRing called "IsLarge", but even when it is set to "False" it seems to have no effect on being able to make to ProgressRing…
J P
  • 79
  • 1
  • 8
6
votes
2 answers

MahApps.Metro IOException: Cannot locate resource 'styles/colors.xaml'

I've been using MahApps.Metro from NuGet for a while without any issues. However, recently I had a few issues with NuGet packages needing to be reinstalled. In the end, I uninstalled all of the NuGet packages I needed and reinstalled them. As far as…
WSC
  • 903
  • 10
  • 30
6
votes
1 answer

How to get the result of ShowInputAsync Dialog in Mahapps

The ShowInputAsync() returns a string, but I want to get the result, I mean Affirmation or Cancellation, from the Dialog.
6
votes
5 answers

How to put an icon into a button (MahApps)

I want to put a icon from the MahApps library into a normal button. I tried it this way:
Christian Klemm
  • 1,455
  • 5
  • 28
  • 49
6
votes
2 answers

Button with MahApps style show only lower case latters

This is my Button:
berry wer
  • 637
  • 2
  • 12
  • 25
6
votes
5 answers

Prism InteractionRequest + MahApps.Metro

I would like to create a popup window or dialog with confirmation of choice (OK, Cancel) with WPF Prism + MahApps.Metro I have created custom Interaction:
Tomasz
  • 2,051
  • 3
  • 31
  • 64
6
votes
3 answers

Customizing Mahapps.MetroWindow Close Button

I'm using Mahapps.MetroWindow ( http://mahapps.com/ ) to style my applications appearance and right now I'm looking for the right way to customize the appearance of the X / Close button. By default MetroWindow applies custom styling to all three…
pkluz
  • 4,871
  • 4
  • 26
  • 40
6
votes
1 answer

Mahapps.Metro changing theme of single control

Is there any way to change theme (light/dark) on a per control basis in mahapps metro? My problem is, that I have a window that uses the Light theme, but I have a part of it which has a really dark background and I cant make the ComboBox to show up…
Exhodus
  • 63
  • 1
  • 3
6
votes
1 answer

How to implement drag and drop in MahApps Metro Layout

Can anyone please suggest me on how to implement drag and drop of tiles in MahApps Metro layout. Thanks..
Bhaskar
  • 153
  • 2
  • 9
5
votes
0 answers

Closing a OpenFileDialog causes application to hang for 3-4 seconds

In my WPF application which uses the Caliburn.Micro and MahApps.Metro frameworks, i open instances of OpenFileDialog from the System.Windows.Forms namespace. After opening and closing this dialog, the rest of my application hangs for approximately 3…
BlackBox
  • 2,223
  • 1
  • 21
  • 37
1 2
3
56 57