MvvmLib.Wpf
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"
Install
dotnet add package MvvmLib.Wpf --version 0.13.2
Install-Package MvvmLib.Wpf -Version 0.13.2
<PackageReference Include="MvvmLib.Wpf" Version="0.13.2" />
Frameworks
No framework metadata available.
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.