Skip to content

Releases: jsuarezruiz/AlohaKit.Layouts

AlohaKit.Layouts 1.0.0

17 Nov 18:42
Compare
Choose a tag to compare

First release of AlohaKit.Layouts (previously MauiPane), library for .NET MAUI with Layouts.

alohakit-layouts-promo

Includes:

  • The CircularLayout is a simple Panel derivative that lays out its children in a circular arrangement. It has some useful properties to allow some customization like the Orientation (Clockwise or Counterclockwise).
  • The DockLayout allows you to dock the child controls to the top, bottom, left or right.
  • The UniformGrid is just like the Grid, with the possibility of multiple rows and columns, but with one important difference: All rows and columns will have the same size.
  • The WrapLayout will position each of its child controls next to the other, horizontally (default) or vertically, until there is no more room, where it will wrap to the next line and then continue.

Changes:

  • .NET 7 Support.

MauiPane 1.0.0

22 May 10:34
Compare
Choose a tag to compare

First release of MAUIPane, library for .NET MAUI with Layouts.

mauipane-promo

Includes:

  • The CircularLayout is a simple Panel derivative that lays out its children in a circular arrangement. It has some useful properties to allow some customization like the Orientation (Clockwise or Counterclockwise).
  • The DockLayout allows you to dock the child controls to the top, bottom, left or right.
  • The UniformGrid is just like the Grid, with the possibility of multiple rows and columns, but with one important difference: All rows and columns will have the same size.
  • The WrapLayout will position each of its child controls next to the other, horizontally (default) or vertically, until there is no more room, where it will wrap to the next line and then continue.