Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MikD1/AvaloniaFixedWrapPanel

Avalonia WrapPanel with fixed number of items per line
https://github.com/MikD1/AvaloniaFixedWrapPanel

Last synced: 3 months ago
JSON representation

Avalonia WrapPanel with fixed number of items per line

Awesome Lists containing this project

README

        

# Avalonia Fixed WrapPanel
Avalonia WrapPanel with fixed number of items per line

## How to use

1. Add NuGet package
```
MikD1.AvaloniaFixedWrapPanel
```

2. Add namesace to XAML file
```
xmlns:afwp="clr-namespace:AvaloniaFixedWrapPanel;assembly=AvaloniaFixedWrapPanel"
```

3. Use FixedWrapPanel
```












```