Frank.Wpf.Controls.Grid
1.0.0-preview
This is a prerelease version of Frank.Wpf.Controls.Grid.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Frank.Wpf.Controls.Grid --version 1.0.0-preview
NuGet\Install-Package Frank.Wpf.Controls.Grid -Version 1.0.0-preview
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="Frank.Wpf.Controls.Grid" Version="1.0.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Frank.Wpf.Controls.Grid" Version="1.0.0-preview" />
<PackageReference Include="Frank.Wpf.Controls.Grid" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Frank.Wpf.Controls.Grid --version 1.0.0-preview
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Frank.Wpf.Controls.Grid, 1.0.0-preview"
#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.
#:package Frank.Wpf.Controls.Grid@1.0.0-preview
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Frank.Wpf.Controls.Grid&version=1.0.0-preview&prerelease
#tool nuget:?package=Frank.Wpf.Controls.Grid&version=1.0.0-preview&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Frank.Wpf.Controls.Grid
A simple WPF grid control that supports row and column definitions for easy layout of controls.
Usage
using Frank.Wpf.Controls.Grid;
public class MyWindow : Window
{
public MyWindow()
{
var grid = new Grid(3, 3);
var button1 = new Button { Content = "Button 1" };
var button2 = new Button { Content = "Button 2" };
var button3 = new Button { Content = "Button 3" };
var button4 = new Button { Content = "Button 4" };
grid.SetCellContent(0, 0, button1);
grid.SetCellContent(0, 1, button2);
grid.SetCellContent(1, 0, button3);
grid.SetCellContent(1, 1, button4);
Content = grid;
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- Frank.Wpf.Core (>= 1.0.0-preview)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Frank.Wpf.Controls.Grid:
Package | Downloads |
---|---|
Frank.Wpf.Tests.App
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
5.2.0 | 145 | 8/17/2024 |
5.1.0 | 129 | 8/17/2024 |
5.1.0-preview | 140 | 8/17/2024 |
5.0.0 | 163 | 8/16/2024 |
5.0.0-preview | 119 | 8/17/2024 |
4.0.0 | 139 | 8/15/2024 |
4.0.0-preview | 124 | 8/15/2024 |
3.1.0 | 136 | 8/12/2024 |
3.1.0-preview | 111 | 8/14/2024 |
3.0.0 | 136 | 8/12/2024 |
3.0.0-preview | 129 | 8/12/2024 |
2.3.0 | 121 | 8/12/2024 |
2.3.0-preview | 121 | 8/12/2024 |
2.2.0 | 131 | 8/7/2024 |
2.2.0-preview | 98 | 8/12/2024 |
2.1.0 | 108 | 8/5/2024 |
2.1.0-preview | 84 | 8/5/2024 |
2.0.0 | 93 | 8/4/2024 |
2.0.0-preview | 65 | 8/5/2024 |
1.5.0 | 103 | 7/20/2024 |
1.5.0-preview | 78 | 8/4/2024 |
1.0.0-preview | 90 | 7/20/2024 |