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
-2
votes
1 answer

MahApps icons for text editing

Question: 1) Which of the following icon packs contain text editing icons (copy/paste, numbering lists, etc.) 2) and, which ones contain symbols such as summation, square roots etc.)? Because of the size concern, I would like to install only the…
nam
  • 21,967
  • 37
  • 158
  • 332
-2
votes
1 answer

Using MahApps.Metro, how can we change fonts for title of MetroWindow?

As shown below, by default, the MetroWindow of MahApps.Metro shows the title of the Window in uppercase, background of the title as blue and the forecolor as white. Question: How can we change the above properties using MahApps.Metro?
nam
  • 21,967
  • 37
  • 158
  • 332
-2
votes
1 answer

WPF How to use MahApps.Metro MessagBox in UserControl

In UserControl,I can not use the method ShowMessageAsync().What can I do to use it.
a516117636
  • 13
  • 3
-2
votes
1 answer

this.close() is not recognised as method

I'm trying to close a window while opening a new one, but this.close() is not recognised by the system private void Insert_Data_Click(object sender, RoutedEventArgs e) { MainWindow DataWindow = new MainWindow(); …
Alex Gimondi
  • 84
  • 1
  • 11
-2
votes
2 answers

Flyout - WPF (mahApps)

I'm trying to close a flyout when a click on his or on another side of the window, I use the ExternalCloseButton=Left property. Is this okay? I also tried removing the property AutoCloseEnabled, but could not get results. When I use a flyout with…
avechuche
  • 1,470
  • 6
  • 28
  • 45
-2
votes
2 answers

Coded UI Test cases code Generation

I Have a desktop Application in which I have 200 Test cases with different input parameters Now the issue is Every time I am recording the Each and every test case with different input parameters Is there is any way so that I can copy the code and…
Rajesh Akshith
  • 301
  • 3
  • 14
-2
votes
1 answer

Can a live tile style be created in WPF?

I'm exploring MahApps framework and I want to implement a live tile style. My question is: Is it possible to create a live tile style, where the tile's content (predefined images, texts; not content added dynamically) should change periodically and…
Cristian M
  • 715
  • 2
  • 12
  • 32
-2
votes
2 answers

Mahapps Metro Button Focus BorderBrush

I am looking for something to set the BorderBrush Color of a Button inside my Mahapps Metro Window when i tabbing with my Keyboard, but I cannot find something. Is there a way to set a new color for the border?
DirtyNative
  • 2,553
  • 2
  • 33
  • 58
-3
votes
1 answer

Whats the correct way to make WPF's

I'm making my first WPF in C# and using MahApps, wondering what's the way to deal with content changing, for example when you click a button and see a new page? do you do this via a new window, panels or any other manner? I know its a very beginner…
-3
votes
2 answers

C# convert .value to int

Im using the Mahapps.Metro framework for my C#, Wpf Application. In the framework is the wpf element: NumericUpDown. Now I used the element like this: Now I want to convert the…
Name
  • 564
  • 1
  • 8
  • 18
-4
votes
1 answer

WPF ShowDilaog() not found

I used MahApps.Metro in this window, I want to display SecondMainWindow when I click on a button but ShowDilaog method is not found I when I add anew WPF window with out MahApps.Metro the ShowDilag() method will found and it works fine the problem…
MR_WELL
  • 87
  • 1
  • 10
1 2 3
56
57