aokocax Software developer, develops tools and projects, likes startups.

Methods for dividing the layout into equal parts in .net MAUI

You can divide the screen into equal parts in several different ways using XAML. Although Grid View is usually used for this process, it is possible to do this without using Grid.
Using the method StackLayout
Split the screen horizontally


Split the screen horizontally into three parts


Split the screen vertically into three parts



Press ESC to close