https://github.com/muak/aiforms.maui.layouts
AiForms.Layouts for .NET MAUI
https://github.com/muak/aiforms.maui.layouts
Last synced: 3 months ago
JSON representation
AiForms.Layouts for .NET MAUI
- Host: GitHub
- URL: https://github.com/muak/aiforms.maui.layouts
- Owner: muak
- License: mit
- Created: 2023-07-05T01:42:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T02:31:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T02:10:02.731Z (4 months ago)
- Language: C#
- Size: 306 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AiForms.Layouts for NET MAUI
This is a collection of NET MAUI custom layouts
## Referenced source code
* https://forums.xamarin.com/discussion/comment/57486/#Comment_57486
* https://forums.xamarin.com/discussion/21635/xforms-needs-an-itemscontrol/p2
* https://github.com/hartez/CustomLayoutExamples## Features
* [WrapLayout](#wraplayout)
## Demo
https://twitter.com/muak_x/status/830061279330996224
## Nuget Installation
[https://www.nuget.org/packages/AiForms.Maui.Layouts/](https://www.nuget.org/packages/AiForms.Maui.Layouts/)
```bash
Install-Package AiForms.Maui.Layouts
```## WrapLayout
This Layout performs wrapping on the boundaries.
### Parameters
* Spacing
* added between elements
* UniformColumns
* number for uniform child width (default 0)
* If it is 0,it will obey WidthRequest value.
* If it is more than 0 ,a child width will be width which divide parent width by this number.
* IsSquare
* If it is true,it make item height equal to item width when UniformColums > 0 (default false)### How to write with Xaml
```xml
```
## License
MIT Licensed.