GM.WPF
1.4.1
See the version list below for details.
dotnet add package GM.WPF --version 1.4.1
NuGet\Install-Package GM.WPF -Version 1.4.1
<PackageReference Include="GM.WPF" Version="1.4.1" />
paket add GM.WPF --version 1.4.1
#r "nuget: GM.WPF, 1.4.1"
// Install GM.WPF as a Cake Addin #addin nuget:?package=GM.WPF&version=1.4.1 // Install GM.WPF as a Cake Tool #tool nuget:?package=GM.WPF&version=1.4.1
Library with various controls, utilities and base classes for MVVM driven WPF development.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- CommonServiceLocator (>= 2.0.5)
- GM.Utility (>= 1.3.1)
- GM.Windows.Utility (>= 1.0.5.1)
- MvvmLightLibs (>= 5.4.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added DateDialog.
Added AsyncRequestLoader.IsLoadingChanged, ChooseDialog.ShowNoCancel, FrameworkElementUtility.TryGetParent.
Added possibility to write multiline text into InputDialog using the Return button for newline.
Moved Undo/Redo implementation to GM.Utility package.
GMDataGrid now capturing sort into undo/redo stack.
Improved binding utility and equal checking inside GMDataGrid.
Fixed a bug in DependencyVMProperty: NullifyWhenParentTabItemIsNotSelected didn't work when same control was used more than once.