Benday.Presentation.Controls
1.2.3
dotnet add package Benday.Presentation.Controls --version 1.2.3
NuGet\Install-Package Benday.Presentation.Controls -Version 1.2.3
<PackageReference Include="Benday.Presentation.Controls" Version="1.2.3" />
paket add Benday.Presentation.Controls --version 1.2.3
#r "nuget: Benday.Presentation.Controls, 1.2.3"
// Install Benday.Presentation.Controls as a Cake Addin #addin nuget:?package=Benday.Presentation.Controls&version=1.2.3 // Install Benday.Presentation.Controls as a Cake Tool #tool nuget:?package=Benday.Presentation.Controls&version=1.2.3
Benday.Presentation.Controls
A collection of reusable controls for displaying and editing data in an model-view-viewmodel (MVVM) application that uses MAUI .NET. These controls use the MVVM utilities in Benday.Presentation.
Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer (PST)
https://www.benday.com
info@benday.com
Got ideas for features you'd like to see? Found a bug? Let us know by submitting an issue https://github.com/benday-inc/mvvm-presentation/issues. Want to contribute? Submit a pull request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android34.0 is compatible. net8.0-ios18.0 is compatible. net8.0-maccatalyst18.0 is compatible. net8.0-windows10.0.19041 is compatible. net9.0-android was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-windows was computed. |
-
net8.0-android34.0
- Benday.Presentation (>= 1.2.3)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-ios18.0
- Benday.Presentation (>= 1.2.3)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-maccatalyst18.0
- Benday.Presentation (>= 1.2.3)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
-
net8.0-windows10.0.19041
- Benday.Presentation (>= 1.2.3)
- Microsoft.Maui.Controls (>= 8.0.80)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.80)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.2.3 - Fixed bug where SelectableCollection was setting the wrong selected item if an item was already selected
v1.2.1 - Fixed stack overflow exception in SelectableCollectionViewModel
v1.2 - Fixed a nasty bug in SelectableCollectionViewModel where the wrong interface was being checked for IsSelected value changes
v1.1 - Multi select list view model
v1.0 - Initial release