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.
- Host: GitHub
- URL: https://github.com/bclehmann/wpaneltoolkit
- Owner: bclehmann
- License: mit
- Created: 2020-11-25T01:03:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T03:17:52.000Z (over 5 years ago)
- Last Synced: 2025-06-04T10:26:40.767Z (about 1 year ago)
- Topics: grid, panel, wpf
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

Wide Aspect Ratio:
