
The SwitchCell and Entr圜ell controls are more commonly used in the context of a TableView. Entr圜ell controls are used to present text data that the user can edit.


Xamarin.Forms comes with built-in cells that work for many applications:

A ViewCell element can display text and images, indicate a true/false state, and receive user input. The Xamarin.Forms ListView class is used to present scrollable lists, which can be customized through the use of ViewCell elements.
