May 2019
Intermediate to advanced
504 pages
11h 50m
English
Layouts are container elements used to allocate user controls across a design surface. In order to satisfy platform imperatives, layouts can be used to align, stack, and position view elements. The different types of layouts are as follows:
For instance, on the ItemView page, we use the StackLayout to combine the Image of the given item with the title and description:
<StackLayout Padding="10" Orientation="Vertical"> <Image Source ...Read now
Unlock full access