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

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

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.