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
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
  • 591
  • 1
  • 7
  • 18
10
votes
1 answer

MahApps Metro and DataGridExtensions

In a project that I am starting I am using the 2 following libraries: MahApps.Metro - http://mahapps.com/MahApps.Metro/ DataGridExtensions - https://github.com/dotnet/DataGridExtensions DatagridExtensions has some pretty nice datagrid filtering…
Nick Williams
  • 1,237
  • 6
  • 19
  • 40
10
votes
1 answer

Set the icon color in a MahApp application

I want to set the icon color in a MahApp application, but the brush is not working. In this example the icoun should be white, but still it is black.
Raúl Otaño
  • 4,640
  • 3
  • 31
  • 65
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,796
  • 1
  • 13
  • 29
9
votes
1 answer

Mahapps Custom title bar color

Currently i am using And this is the result: I also found this supported colors:…
berry wer
  • 637
  • 2
  • 12
  • 25
9
votes
1 answer

MahApps.Metro cannot find resources

I am trying to create new WPF application usign MahApps.Metro. I do exactly as described in quick start guide (http://mahapps.com/MahApps.Metro/guides/quick-start.html): Add MahApps.Metro package from Nuget to the project. Add xmlns namespace and…
Aleksey Shubin
  • 1,960
  • 2
  • 20
  • 39
9
votes
2 answers

MahApps.Metro: Disabling windows animation

I'm using MahApps.Metro UI for my WPF application. It's a good one and satisfies my needs, but I'd be more happy if somebody told me how to disable windows animation when they pop up. When I call the Show() method, the new window pops up and I see…
Alex Klaus
  • 8,168
  • 8
  • 71
  • 87
9
votes
1 answer

How to add AnimatedTabControl in MahApps.Metro?

I have started learning MahApps.Metro. I read the documentation and got a problem. How to add AnimatedTabControl? I've included ResourceDictionaries:
Nickon
  • 9,652
  • 12
  • 64
  • 119
8
votes
2 answers

Wpf application freezes - massive memory leak puzzle

I hava a mvvm wpf application that worked properly all until one moment when it freezes and causes massive memory leak. Solution files: Google Disk Solution Link The application uses local mdf file, uses Mahhaps , and some additional references (for…
Jovo Krneta
  • 548
  • 1
  • 14
  • 36
8
votes
1 answer

C# wpf caliburn.Micro MahApps HamburgerMenu.ContentTemplate data binding is not working

I'm making an application using Caliburn.Micro(for easy data binding and stuff) and MahApps.Metro(for designing). I've created a View name 'MainView' which has HamburgerMenu of MahApps. My issue is data binding is working fine under…
Saadi
  • 2,211
  • 4
  • 21
  • 50
8
votes
1 answer

Show window icon in title bar with MahApps.Metro?

I started using MahApps.Metro just yesterday, and I can't figure out how to get application icon to show as window icon on a window (or better, all of them). Here in the example window icon is included, but I can't seem to get it. When I…
MSmS
  • 189
  • 1
  • 4
  • 15
8
votes
2 answers

Application icon stretches to title bar height when using MahApps.Metro

How to prevent application icon from stretching to the height of the title bar when using MahApps.Metro? No spaces between icon and title bar edges no matter what size of icon used. I have also tried using multi-sized icons and this does not…
Observer
  • 755
  • 1
  • 14
  • 23
8
votes
1 answer

Binding Failure with MahAppsMetro ProgressIndicator

I have to following ProgressIndicator
MoonKnight
  • 23,214
  • 40
  • 145
  • 277
8
votes
1 answer

How to Stop MahApps.Metro Overriding Styles for Basic Controls

All, I have started using MahApps.Metro but some controls that this library overrides (GroupBox for example) are, to me, a little too rambunctious. My question is sinple: if I want to stop MahApps.Metro overriding the style of a certain control,…
MoonKnight
  • 23,214
  • 40
  • 145
  • 277
7
votes
2 answers

How to change FontWeigth of Window Title in Mahapps.MetroWindow

I can not change Font Weight in MetroWindow Title. How can i do this? I can set FontWeihgt in MetroWindow Attributes, but it affect all controls in my XAML code...
Timbioz
  • 175
  • 3
  • 8
1
2
3
56 57