0% found this document useful (0 votes)
25 views2 pages

WDWD

This document provides a quick reference to various UI views in the Xamarin.Forms framework including pages, layouts, controls and cells. It describes animation capabilities, basic controls like buttons, images and pickers, more complex layouts for organizing content, lists for displaying data, and adding maps and graphics.

Uploaded by

Lucian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

WDWD

This document provides a quick reference to various UI views in the Xamarin.Forms framework including pages, layouts, controls and cells. It describes animation capabilities, basic controls like buttons, images and pickers, more complex layouts for organizing content, lists for displaying data, and adding maps and graphics.

Uploaded by

Lucian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Animation

Xamarin.Forms includes its own animation infrastructure that's straightforward for


creating simple animations, while also being versatile enough to create complex
animations.
BoxView
The BoxView is just a simple colored rectangle, but it can be used for decorative items,
rudimentary graphics, and for obtaining interative touch input.
Button
The Button responds to a tap or click that directs an application to carry out a
particular task.
Colors
Defining and using colors across platforms can be tricky when each platform has its own
standards and defaults.
Controls Reference
This document is a quick reference to the UI views that make up the Xamarin.Forms
framework, such as Pages, Layouts, Views and Cells.
DataPages
DataPages provide an API to quickly and easily bind a data source to pre-built views. List
items and detail pages will automatically render the data, and be customized using
themes.
DatePicker
The DatePicker allows a user to select a date within a specified range. It is
implemented using the date picker supported by the particular platform that the
program is run on.
Graphics with SkiaSharp
How to incorporate graphics into a Xamarin.Forms application using SkiaSharp.
Images
Images can be shared across platforms with Xamarin.Forms, they can be loaded
specifically for each platform, or they can be downloaded for display.
Layouts
Xamarin.Forms has several layouts for organizing on-screen
content. StackLayout , Grid , FlexLayout , AbsoluteLayout , ScrollView ,
and RelativeLayout can each be used to create beautiful, responsive user interfaces.

ListView
Xamarin.Forms provides a list view control to display scrolling rows of data. The control
includes contextual actions, HasUnevenRows automatic sizing, separator customization,
pull-to-refresh, and headers and footers.
Maps
Adding maps requires an additional NuGet package download and some platform-
specific configuration. Maps and pin markers can be added in just a few lines of code
once the configuration is done.
Picker
The Picker view is a control for selecting a text item from a list of data.

Slider

You might also like