Name few widely used Layout Controls

Technology CommunityCategory: XamarinName few widely used Layout Controls
VietMX Staff asked 3 years ago
  • 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 AbsoluteLayoutRelativeLayoutContentViewContentPresenter, etc.