Frame
: It contains a single element as a child having a default padding of 20.Grid
: It is used when UI components are to be arranged into Rows & Columns.StackLayout
: It is used when UI components are to be arranged either horizontally or vertically.ScrollView
: It enables the scrolling for a child element if required. It has one child only.
There are other Layout Controls too like AbsoluteLayout
, RelativeLayout
, ContentView
, ContentPresenter
, etc.