NuExt.Minimal.Mvvm.MahApps.Metro
0.2.0-pre
dotnet add package NuExt.Minimal.Mvvm.MahApps.Metro --version 0.2.0-pre
NuGet\Install-Package NuExt.Minimal.Mvvm.MahApps.Metro -Version 0.2.0-pre
<PackageReference Include="NuExt.Minimal.Mvvm.MahApps.Metro" Version="0.2.0-pre" />
paket add NuExt.Minimal.Mvvm.MahApps.Metro --version 0.2.0-pre
#r "nuget: NuExt.Minimal.Mvvm.MahApps.Metro, 0.2.0-pre"
// Install NuExt.Minimal.Mvvm.MahApps.Metro as a Cake Addin #addin nuget:?package=NuExt.Minimal.Mvvm.MahApps.Metro&version=0.2.0-pre&prerelease // Install NuExt.Minimal.Mvvm.MahApps.Metro as a Cake Tool #tool nuget:?package=NuExt.Minimal.Mvvm.MahApps.Metro&version=0.2.0-pre&prerelease
NuExt.Minimal.Mvvm.MahApps.Metro
NuExt.Minimal.Mvvm.MahApps.Metro
is a NuGet package that provides extensions for integrating MahApps.Metro, a popular Metro-style UI toolkit for WPF applications, with NuExt.Minimal.Mvvm.Windows, an extension for the lightweight MVVM framework NuExt.Minimal.Mvvm. This package includes services and components to facilitate the creation of modern, responsive, and visually appealing user interfaces using the MVVM pattern.
Commonly Used Types
Minimal.Mvvm.Windows.DialogCoordinatorService
: Provides dialog coordination services using MahApps.Metro dialogs.Minimal.Mvvm.Windows.MetroDialogService
: Implementation ofIAsyncDialogService
for Metro dialogs.Minimal.Mvvm.Windows.MetroTabbedDocumentService
: Manages tabbed documents within a UI.MahApps.Metro.Controls.Dialogs.MetroDialog
: The class used for custom dialogs.
Key Features
The MetroTabbedDocumentService
class is responsible for managing tabbed documents within a UI that utilizes the Metro design language. It extends the DocumentServiceBase
and implements interfaces for asynchronous document management and disposal. This service allows for the creation, binding, and lifecycle management of tabbed documents within MetroTabControl
.
Recommended Companion Package
For an enhanced development experience, we highly recommend using the NuExt.Minimal.Mvvm.SourceGenerator
package alongside this framework. It provides a source generator that produces boilerplate code for your ViewModels at compile time, significantly reducing the amount of repetitive coding tasks and allowing you to focus more on the application-specific logic.
Installation
You can install NuExt.Minimal.Mvvm.MahApps.Metro
via NuGet:
dotnet add package NuExt.Minimal.Mvvm.MahApps.Metro
Or through the Visual Studio package manager:
- Go to
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution...
. - Search for
NuExt.Minimal.Mvvm.MahApps.Metro
. - Click "Install".
Usage Examples
For comprehensive examples of how to use the package, refer to the samples directory in the repository. These samples illustrate best practices for using Minimal.Mvvm and MahApps.Metro with these extensions.
Contributing
Contributions are welcome! Feel free to submit issues, fork the repository, and send pull requests. Your feedback and suggestions for improvement are highly appreciated.
License
Licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows7.0 is compatible. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.Minimal.Mvvm.Windows (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
-
net8.0-windows7.0
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.Minimal.Mvvm.Windows (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
-
net9.0-windows7.0
- MahApps.Metro (>= 3.0.0-alpha0513)
- NuExt.Minimal.Mvvm.Windows (>= 0.2.0)
- System.Text.Json (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.