We will summarize the controls (ListView) that is able to display lists in Xamarin.forms, we will explain some properties used.
How to use ListView
We will work in MainPage.xaml, we start by add this...
mercredi 7 février 2018
lundi 5 février 2018
TableView in Xamarin.Forms
TableView is a control that displays a list similar to the ListView as rows in horizontal orientation but it can present the children added manually in a rich visualization.
In TableView, we can't load...
jeudi 1 février 2018
Xamarin Notes — Xamarin.Forms: Layouts

As a definition, a layout is "a specialized subtype of a View, and ultimately acts as a container for other layouts or views.” A layout contains logic (XAML and code –behind in c#) to set the position...