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

https://github.com/bclehmann/wpaneltoolkit

A collection of panels for WPF.
https://github.com/bclehmann/wpaneltoolkit

grid panel wpf

Last synced: about 1 month ago
JSON representation

A collection of panels for WPF.

Awesome Lists containing this project

README

          

# WPanelToolkit
A collection of panels for WPF. Available on [NuGet](https://www.nuget.org/packages/WPanelToolkit/), or to be compiled from source.

## FillGrid
A control which puts its elements into a grid, attempting to give each element equal size. If the grid is non-rectangular the last row of elements will be stretched to fill the space (this is the difference between this panel and the built-in `UniformGrid`).

### Examples:
```xaml






```

Normal Aspect Ratio:
![Normal Aspect Ratio](/Demo/images/standard_aspect_ratio.png)

Wide Aspect Ratio:
![Wide Aspect Ratio](/Demo/images/very_long_aspect_ratio.png)