H.XamlExtensions.Wpf 0.9.24

dotnet add package H.XamlExtensions.Wpf --version 0.9.24
NuGet\Install-Package H.XamlExtensions.Wpf -Version 0.9.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="H.XamlExtensions.Wpf" Version="0.9.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.XamlExtensions.Wpf --version 0.9.24
#r "nuget: H.XamlExtensions.Wpf, 0.9.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install H.XamlExtensions.Wpf as a Cake Addin
#addin nuget:?package=H.XamlExtensions.Wpf&version=0.9.24

// Install H.XamlExtensions.Wpf as a Cake Tool
#tool nuget:?package=H.XamlExtensions.Wpf&version=0.9.24

H.XamlExtensions

Shortest way to create rows/columns for Grid for WPF/UWP/WinUI/Uno/Avalonia platforms

NuGet

NuGet NuGet NuGet NuGet NuGet NuGet

Install-Package H.XamlExtensions.Wpf
Install-Package H.XamlExtensions.Uno
Install-Package H.XamlExtensions.Uno.WinUI
Install-Package H.XamlExtensions.Uwp
Install-Package H.XamlExtensions.WinUI
Install-Package H.XamlExtensions.Avalonia

Usage

GridExtensions

// WPF
xmlns:e="clr-namespace:H.XamlExtensions;assembly=H.XamlExtensions.Wpf" 
// UWP/WinUI/Uno/Avalonia
xmlns:e="using:H.XamlExtensions"

<Grid e:GridExtensions.ColumnsAndRows="A,50*,50*,A;A,50*,50*,A"/>

<Grid e:GridExtensions.Rows="*[300-400],Auto"/>

<Grid e:GridExtensions.Rows="*[300],*"/>

<Grid e:GridExtensions.Rows="*[0-300],*"/>

Contacts

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.1

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.24 419 8/11/2022
0.9.23 418 7/11/2022
0.9.22 409 6/29/2022
0.9.21 389 6/24/2022
0.9.20 463 3/25/2022
0.9.19 442 1/18/2022
0.9.16 274 12/10/2021
0.9.15 339 11/19/2021
0.9.14 299 11/18/2021
0.9.13 431 11/12/2021
0.9.12 446 10/30/2021
0.9.11 357 10/29/2021
0.9.9 322 10/28/2021
0.9.8 330 10/27/2021
0.9.7 349 10/27/2021
0.9.3 311 10/27/2021
0.9.2 347 10/26/2021
0.9.1 316 10/26/2021

⭐ Last 10 features:
- feat: To latest DependencyPropertyGenerator. 2022-08-11
- feat: Updated NuGet packages. 2022-07-11
- feat: Updated NuGet packages. 2022-06-29
- feat: To DependencyPropertyGenerator. 2022-06-24
- feat: Updated NuGet packages. 2022-03-25
- feat: Added UWP and Uno apps. 2022-01-19
- feat: Updated NuGet packages. 2022-01-19
- feat(apps): Added Avalonia test app. 2021-12-10
- feat: Added GridExtensions avalonia support. 2021-12-10
- feat: Added Avalonia template library. 2021-12-10

🐞 Last 10 bug fixes:
- fix: Fixed CI. 2022-01-19
- fix(UWP): To 18362. 2022-01-19
- fix(apps): Fixed Uno.WinUI WebAssembly app bug. 2022-01-19
- fix(apps): Fixed LinkerConfig. 2022-01-19
- fix: Simplified CI. 2021-12-10
- fix(Uwp): Fixed TargetFramework. 2021-12-10
- fix: Lowered some required windows-sdk versions. 2021-10-29
- fix: Changed UWP TargetFramework to 18362. 2021-10-27
- fix: Added windows-sdk-version: 18362 to CI. 2021-10-27
- fix: Fixed ci workloads. 2021-10-27