+1 vote
in C Sharp by
What are few widely used Layout Controls in Xamarin?

1 Answer

0 votes
by
  • 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.

Related questions

0 votes
asked Aug 19, 2020 in C Sharp by RShastri
0 votes
+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
...