docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

Allow layout manager replacement for existing layout types

Open davidbritch opened this issue 2 years ago • 0 comments

MAUI in .NET 7 introduces a static layout manager factory that users can configure in their app, to handle creating layout managers.

Layout managers are used to handle the measure/arrange logic for a layout type.

https://github.com/dotnet/maui/issues/9010 https://github.com/dotnet/maui/pull/9980

davidbritch avatar Aug 09 '22 12:08 davidbritch