GM.WPF
1.4.0.2
See the version list below for details.
dotnet add package GM.WPF --version 1.4.0.2
NuGet\Install-Package GM.WPF -Version 1.4.0.2
<PackageReference Include="GM.WPF" Version="1.4.0.2" />
paket add GM.WPF --version 1.4.0.2
#r "nuget: GM.WPF, 1.4.0.2"
// Install GM.WPF as a Cake Addin #addin nuget:?package=GM.WPF&version=1.4.0.2 // Install GM.WPF as a Cake Tool #tool nuget:?package=GM.WPF&version=1.4.0.2
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.0)
- 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.
Enabled SourceLink.
Added controls: ClosingControl, StartPage.
Added windows: ClosingWindow, SettingsWindow, SplashWindow.
Added helper tools: AsyncRequestLoader, ProgressUpdater, GMUndoRedo.
Added behaviors: DataGrid.IgnoreScroll, ShiftWheelScrollsHorizontally; TextBlockBehavior.
Added converters: BoolToScrollBarVisibilityConverter, StringToStringConverter.
Added utility classes: BrushUtility, DependencyPropertyUtility.
New features for GMDataGrid:
- Added SelectedCellContent and SelectedCellsWithDataCount (mimicking Excel status bar info),
- Added support for CUT,
- Added ScrollViewer property.
Improved dialogs:
- Added SUCCESS MessageType,
- Enabled text selection,
- Added vertical scroll.