An open API service indexing awesome lists of open source software.

https://github.com/guorg/gu.wpf.gridextensions


https://github.com/guorg/gu.wpf.gridextensions

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gu.Wpf.GridExtensions
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
[![NuGet](https://img.shields.io/nuget/v/Gu.Wpf.GridExtensions.svg)](https://www.nuget.org/packages/Gu.Wpf.GridExtensions/)
[![Build status](https://ci.appveyor.com/api/projects/status/8kvvd5ggbkn2wevm/branch/master?svg=true)](https://ci.appveyor.com/project/JohanLarsson/gu-wpf-gridextensions/branch/master)
[![Build Status](https://dev.azure.com/guorg/Gu.Wpf.GridExtensions/_apis/build/status/GuOrg.Gu.Wpf.GridExtensions?branchName=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}" />



```