MvvmLib.Wpf
0.13.2.1
See the version list below for details.
dotnet add package MvvmLib.Wpf --version 0.13.2.1
NuGet\Install-Package MvvmLib.Wpf -Version 0.13.2.1
<PackageReference Include="MvvmLib.Wpf" Version="0.13.2.1" />
paket add MvvmLib.Wpf --version 0.13.2.1
#r "nuget: MvvmLib.Wpf, 0.13.2.1"
// Install MvvmLib.Wpf as a Cake Addin #addin nuget:?package=MvvmLib.Wpf&version=0.13.2.1 // Install MvvmLib.Wpf as a Cake Tool #tool nuget:?package=MvvmLib.Wpf&version=0.13.2.1
MvvmLib Navigation, UI Composition and Mvvm classes.
* NavigationSource: source for ContentControls, etc.
* SharedSource: source for ItemsControls, Selectors (ListBox, TabControl, etc.)
* AnimatingContentControl, TransitioningContentControl, TransitioningItemsControl: allow to animate content
* NavigationManager: allows to manage NavigationSources and SharedSources
* ListCollectionViewEx: allows to browse, filter, sort, group, add, edit with lists and collections.
* PagedSource: paging for DataGrid, etc.
* Command providers: NavigationSourceCommands, NavigationSourceContainerCommands, SharedSourceCommands, ListCollectionViewCommands, PagedSourceCommands
* INavigationAware: allows view models to be notified on navigate
* ICanActivate, ICanDeactivate: allow to cancel navigation
* IIsSelected, ISelectable, SelectionSyncBehavior: allow to select a view
* Triggers, TriggerActions and Behaviors: EventTrigger, DataTrigger, CallMethodeAction, SelectionSyncBehavior, EventToCommandBehavior,EventToMethodBehavior, etc.
* ViewModelLocator: allows to resolve ViewModel for views
* IIsLoaded: allows to notify view model that the view is loaded for a view that use resolve view model attached property.
* BootstrapperBase: base class for Bootstrapper
* ModuleManager: allows to manage modules/assemblies loaded "on demand"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
- MvvmLib.Core (>= 0.4.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MvvmLib.Wpf:
Package | Downloads |
---|---|
MvvmLib.IoC.Extensions.Wpf
MvvmLib IoC Container Extensions. |
|
MvvmLib.Microsoft.DependencyInjection.Extensions.Wpf
MvvmLib.Microsoft.DependencyInjection.Extensions |
|
MvvmLib.Unity.Wpf
MvvmLib Unity |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.17.0 | 2,333 | 4/5/2023 |
0.16.0 | 819 | 4/3/2023 |
0.15.3 | 757 | 4/2/2023 |
0.15.2 | 779 | 4/1/2023 |
0.15.0 | 888 | 3/24/2023 |
0.13.2.1 | 1,307 | 7/26/2019 |
0.13.2 | 1,144 | 7/24/2019 |
0.13.1.1 | 1,102 | 7/22/2019 |
0.13.0.2 | 1,126 | 7/22/2019 |
0.12.1 | 1,087 | 7/19/2019 |
0.11.8.1 | 1,052 | 7/17/2019 |
0.11.7.1 | 1,115 | 7/13/2019 |
0.11.7 | 1,113 | 7/8/2019 |
0.11.6.1 | 1,125 | 7/7/2019 |
0.11.5.7 | 1,119 | 7/5/2019 |
0.11.5.3 | 1,168 | 7/4/2019 |
0.11.2.2 | 1,100 | 7/2/2019 |
0.11.1.2 | 1,144 | 6/25/2019 |
0.11.0.1 | 1,143 | 6/24/2019 |
0.10.0.1 | 1,162 | 6/22/2019 |
0.9.0.1 | 1,126 | 6/21/2019 |
0.8.0 | 1,132 | 6/19/2019 |
0.7.1.2 | 1,170 | 6/16/2019 |
0.7.0 | 1,156 | 6/13/2019 |
0.6.1 | 1,163 | 6/11/2019 |
0.5.3 | 1,173 | 6/5/2019 |
0.5.2.2 | 1,136 | 6/3/2019 |
0.5.2.1 | 1,199 | 6/3/2019 |
0.5.1 | 1,131 | 5/27/2019 |
0.5.0 | 1,138 | 5/25/2019 |
0.4.0.1 | 1,233 | 5/23/2019 |
0.3.1 | 1,172 | 4/25/2019 |
0.3.0 | 1,284 | 4/23/2019 |
0.2.1 | 1,209 | 4/20/2019 |
0.1.3 | 1,268 | 4/19/2019 |
0.1.2 | 1,217 | 4/19/2019 |
0.0.8 | 1,204 | 4/15/2019 |
0.0.7 | 1,144 | 4/14/2019 |
0.0.6 | 1,166 | 4/13/2019 |
0.0.1 | 1,210 | 3/20/2019 |
Command providers