-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Visual Studio Versions Net 4 Compatibility
The nuget package is backwardly compatible with older Visual Studio versions, including 2012, 2013, 2015.
Compiling the source code requires Visual Studio 2022.
If you are not running VS2022, but want to view the demo you have a couple of options:
- Grab the latest demo which is a compiled .exe in a zip, found on the Releases page.
- VS2022 users can clone and checkout the tag of the source used to compile the desired version:
git clone https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
cd MaterialDesignInXamlToolkit
git checkout tags/<desired version>
There is a .Net 4.0 branch (net40) which is now only maintained by contributors, and is no longer officially supported:
If you see any mistake or want to contribute to this wiki feel free.
Home
Contributing
Compiling From Source
Glossary
Getting Started with MDIX
Getting Started
Tutorial On YouTube (português-BR)
Frequently Asked Questions
Examples Repository
Release Notes
Pack Icon Changes
2.0.0 Breaking Changes
Controls
All Control Styles
Buttons
ComboBox
Dialogs
PopupBox
Snackbar
TextBox
Toggle Button
Transitions
Icons
Theming
Advanced Theming
Brush Names
Custom Palette Hues
Fonts
Overriding Material Design Styles
Swatches and Recommended Colors
Miscellaneous
MahApps Integration
Performance
Strong Naming
.NET 4.0 Compatibility
Projects using Material Design
Understanding Routed Commands