Bulldog.FlyoutManager
1.1.4
dotnet add package Bulldog.FlyoutManager --version 1.1.4
NuGet\Install-Package Bulldog.FlyoutManager -Version 1.1.4
<PackageReference Include="Bulldog.FlyoutManager" Version="1.1.4" />
paket add Bulldog.FlyoutManager --version 1.1.4
#r "nuget: Bulldog.FlyoutManager, 1.1.4"
// Install Bulldog.FlyoutManager as a Cake Addin #addin nuget:?package=Bulldog.FlyoutManager&version=1.1.4 // Install Bulldog.FlyoutManager as a Cake Tool #tool nuget:?package=Bulldog.FlyoutManager&version=1.1.4
Provides a FlyoutManager for managing MahApps.Metro Flyouts within the Prism framework, while maintaining separation of concerns, encapsulation and MVVM principles.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- CommonServiceLocator (>= 1.3.0)
- MahApps.Metro (>= 1.2.4)
- Prism.Core (>= 6.1.0)
- Prism.Unity (>= 6.1.1)
- Prism.Wpf (>= 6.1.0)
- Unity (>= 4.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.4 Implement parameterless Open and Close methods in IFlyout. Update example application.
1.1.3 Implement IEnumerable in FlyoutParameters, and add ContainsKey method.
1.1.2 Correct build version
1.1.1 Adds further MetroFlyout properties to IFlyout interface to allow greater customisation.
1.1.0 Adds a UserControl for ease of use. See wiki on CodePlex for details.