MVVMHelpers 2011.200.400.8
See the version list below for details.
dotnet add package MVVMHelpers --version 2011.200.400.8
NuGet\Install-Package MVVMHelpers -Version 2011.200.400.8
<PackageReference Include="MVVMHelpers" Version="2011.200.400.8" />
<PackageVersion Include="MVVMHelpers" Version="2011.200.400.8" />
<PackageReference Include="MVVMHelpers" />
paket add MVVMHelpers --version 2011.200.400.8
#r "nuget: MVVMHelpers, 2011.200.400.8"
#addin nuget:?package=MVVMHelpers&version=2011.200.400.8
#tool nuget:?package=MVVMHelpers&version=2011.200.400.8
MVVM Helpers is a library of helpers for WPF to implement the MVVM design pattern, it also includes several Blend behaviors, attached behaviors, extension methods and general .NET classes to aid in the development of WPF applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MVVMHelpers:
Repository | Stars |
---|---|
quicoli/WPF-AutoComplete-TextBox
An autocomplete TextBox for WPF
|
Version | Downloads | Last updated |
---|---|---|
2012.4.20.3 | 360 | 11/19/2013 |
4.08 2/2012
Enabled DeferredBinder to support 2-way bindings
Added test project for DeferredBinder
Added back in support for multiple ExportUIVisualizer and ExportViewModel attributes
Added test project for multiple export attributes
Removed IDynamicResolver interface, renamed MefComposer to DynamicComposer. You should just use DynamicComposer.Instance as the library is too dependent on MEF to really change the composition model.
Added ListViewColumnAutoSizeBehavior to provide Grid-like column sizing (Auto,*,##)
Added test project for ListViewColumnAutoSizeBehavior
Modified ListViewSortBehavior to correct crash when adorner layer is not present.
Fixed bug in ValidationManager when traversing properties and potentially getting into infinite loop
Added MouseGestureScrollViewerBehavior to support iPad-like gestures with mouse on ScrollViewer elements (with inertia)