https://github.com/guorg/gu.wpf.gridextensions
https://github.com/guorg/gu.wpf.gridextensions
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guorg/gu.wpf.gridextensions
- Owner: GuOrg
- License: mit
- Created: 2016-11-25T21:49:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T16:16:56.000Z (over 2 years ago)
- Last Synced: 2025-04-04T14:03:17.664Z (about 1 year ago)
- Language: C#
- Size: 210 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gu.Wpf.GridExtensions
[](LICENSE.md)
[](https://www.nuget.org/packages/Gu.Wpf.GridExtensions/)
[](https://ci.appveyor.com/project/JohanLarsson/gu-wpf-gridextensions/branch/master)
[](https://dev.azure.com/guorg/Gu.Wpf.GridExtensions/_build/latest?definitionId=25&branchName=master)
Attached properties for WPF's `Grid`
## Sample.
```xaml
```
## Sample using the layout attached property.
```xaml
```
## Sample of usage in a style.
```xaml
<Setter Property="gu:Column.Definitions" Value="{StaticResource Columns}" />
<Setter Property="gu:Row.Definitions" Value="{StaticResource Rows}" />
```