MahApps.Metro 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MahApps.Metro --version 1.0.0
NuGet\Install-Package MahApps.Metro -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MahApps.Metro" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MahApps.Metro --version 1.0.0
#r "nuget: MahApps.Metro, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MahApps.Metro as a Cake Addin
#addin nuget:?package=MahApps.Metro&version=1.0.0

// Install MahApps.Metro as a Cake Tool
#tool nuget:?package=MahApps.Metro&version=1.0.0

The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern" UI for their WPF4+ apps, with minimal effort.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (161)

Showing the top 5 popular GitHub repositories that depend on MahApps.Metro:

Repository Stars
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Live-Charts/Live-Charts
Simple, flexible, interactive & powerful charts, maps and gauges for .Net
BornToBeRoot/NETworkManager
A powerful tool for managing networks and troubleshoot network problems!
HearthSim/Hearthstone-Deck-Tracker
A deck tracker and deck manager for Hearthstone on Windows
Version Downloads Last updated
1.1.3-ALPHA028 571 5/5/2015
1.1.3-ALPHA027 64 5/5/2015
1.1.3-ALPHA026 70 5/5/2015
1.1.3-ALPHA025 68 5/5/2015
1.1.3-ALPHA024 74 5/5/2015
1.1.3-ALPHA023 75 5/5/2015
1.1.3-ALPHA022 71 5/5/2015
1.1.3-ALPHA021 393 4/23/2015
1.1.3-ALPHA020 132 4/23/2015
1.1.3-ALPHA019 71 4/23/2015
1.1.3-ALPHA018 67 4/23/2015
1.1.3-ALPHA017 120 4/21/2015
1.1.3-ALPHA016 71 4/21/2015
1.1.3-ALPHA015 1,300 4/16/2015
1.1.3-ALPHA014 127 4/15/2015
1.1.3-ALPHA013 73 4/15/2015
1.1.3-ALPHA012 100 4/15/2015
1.1.3-ALPHA011 98 4/14/2015
1.1.3-ALPHA010 100 4/14/2015
1.1.3-ALPHA009 435 4/2/2015
1.1.3-ALPHA008 69 4/2/2015
1.1.3-ALPHA007 73 4/2/2015
1.1.3-ALPHA006 75 4/2/2015
1.1.3-ALPHA005 894 3/12/2015
1.1.3-ALPHA004 82 3/12/2015
1.1.3-ALPHA003 77 3/12/2015
1.1.3-ALPHA002 261 3/7/2015
1.1.3-ALPHA001 177 3/4/2015
1.1.2 36,933 3/1/2015
1.1.1 1,622 2/25/2015
1.1.0 325 2/24/2015
1.0.0 20,214 12/2/2014
0.14.0 20,600 8/19/2014
0.13.1 9,044 4/11/2014
0.13.0 142 4/10/2014
0.12.1 1,643 2/1/2014
0.12.0 248 1/16/2014
0.11.0 593 11/23/2013
0.10.1.1 5,648 3/24/2013
0.10.0.1 1,707 2/3/2013
0.10.0 461 10/18/2012
0.9.0 921 8/8/2012
0.8.0 297 5/8/2012
0.7.2 179 3/15/2012
0.7.1 98 3/12/2012
0.6.0.1 196 2/17/2012
0.6.0 93 2/17/2012
0.5.0 296 1/16/2012
0.4.0.17 102 1/6/2012
0.3.0.1 101 11/8/2011
0.3.0 92 11/7/2011
0.2.0 89 9/13/2011
0.1.0 122 9/13/2011

# Notes

This is the first stable release of MahApps.Metro.

We removed everything marked as obsolete and made some API changes, but from now on MahApps.Metro follows Semantic Versioning, at least API wise. Please note that minor visual changes can still occur if there's a need for them.

A migration guide for the breaking changes is available here: https://github.com/MahApps/MahApps.Metro/blob/master/docs/v1.0-Migration-Guide.md

# Features

- Added a StatusBar and StatusBarItem style #1558
- Added the `TitleVisibility` and `CloseButtonVisibility` properties to the flyouts to control the visibility of the header.
- Added the `ButtonHelper.PreserveTextCase` attached property to control the automatic upper and lower casing of certain buttons. #1622
- If an .ico file contains multiple icon sizes, `MetroWindow` now automatically selects the optimal icon size. #1242 #1628
- `ShowMetroDialogAsync` now accepts `MetroDialogSettings` as argument so custom dialogs derived from the `CustomDialog` class can have a fade-in and fade-out animation
- The `ToggleSwitch` control can now be dragged with the mouse to change the enabled state #1652 #1595
- The `CleanWindow`'s close button now has a red background when hovering with the mouse.

# Changes

- The `IsOpenChangedEvent` of the `Flyout` control is now a routed event
- The animation of the `Flyout` control matches the Windows 8 flyout behavior more closely #1460
- Changed the event names of the 'NumericUpDown' control control #1518
- Split up the `ControlsHelper` class into multiple more granular helper classes #1520 #1582
- `SimpleDialog` has been renamed to `CustomDialog` #1613
- `BaseMetroDialog` now inherits from `ContentControl` instead of `Control`.
 The `DialogBody` property has effectively been replaced by the `Content` property. #1615
- All elements in the titlebar now use the `IdealForegroundBrush` for a better contrast to the accent color. #1611
- The text in dialog buttons isn't lowercase by default anymore.
- Eliminated the need to pass the owning `BaseMetroTabControl` to `MetroTabItem` #1624
- `TextBoxHelper` is now written with an uppercase `B` to match `TextBox`.

# Bugfixes

- Fixed the `TabItem` close button requiring MahApps.Metro.Resources #1524
- Fixed the ClearType partially not working #1537
- Fixed flyouts closing when clicking on a formatting element #1487 #1508
- Fixed potential deadlocks when unloading the AppDomain #1584
- Fixed bad Combobox behaviour (Popup dropdown height) with new items #1521
- Fixed not showing window commands and buttons if a flyout is open by default #1627
- Fixed closing a tab doesn't work under specific circumstances #1639
- Fixed the `ToggleSwitch` control not respecting the height and width properties. #1652 #1466
- Fixed `MetroProgressBar` System.Windows.Media.Animation Warning 6 #1664
- Fixed opening animation of dynamically created flyouts #1665 #1655
- Fixed `WindowSettings` SaveWindowPosition saves to position 0,0 if window not shown #1671 #1672
- Fixed memory leak and exception with dynamically created Flyouts (mostly happens with Caliburn) #1681
- Fixed the focus border not showing up for message dialog buttons #1679 #1684
- Fixed the automatic focus for dialogs #1679 #1684
- Fixed blurry contextmenu/menu and menu items #1674 #1685