In this video I will demonstrate how to use the Xamarin Forms Grid (in XAML).

I will cover from ColumnDefinitions and RowDefinitions, to how to assign XAML widgets to each cells.
All in the name of simplification, I will be using a standard Visual Studio Hello World app to demonstrate the Xamarin Forms Grid.

You can find the source code for this in my GitHub repository.
https://github.com/rgurung247/ProjectX/tree/main/Xamarin/0001%20Grid%20Example%2001