Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MikD1/AvaloniaFixedWrapPanel
- Owner: MikD1
- License: mit
- Created: 2022-04-15T07:16:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T21:11:37.000Z (over 2 years ago)
- Last Synced: 2024-04-27T15:20:27.628Z (6 months ago)
- Language: C#
- Size: 1.63 MB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-avalonia - AvaloniaFixedWrapPanel - Avalonia WrapPanel with fixed number of items per line (Libraries & Extensions / Controls)
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
```
```