.Net Development Xamarin

Types of Layouts

The Layout<T> class is abstract, but four classes derive from Layout<View>, a class that can have

multiple children of type View. In alphabetical order, these four classes are:

  • AbsoluteLayout
  • Grid
  • RelativeLayout
  • StackLayout

Each of them arranges its children in a characteristic manner.

Leave a Reply

Your email address will not be published. Required fields are marked *