What is ViewCell and How many types of built-in Cells are available?

Technology CommunityCategory: XamarinWhat is ViewCell and How many types of built-in Cells are available?
VietMX Staff asked 4 years ago

ViewCell is a small individual element which re-presents a single item of the ListView or Table. A ViewCell is actually not a Visual Element, but it is a description of the template which creates a Visual Element.

List of Built-in cells:

  • TextCell: It is a cell that consists of a Title / Primary text and a Detail / Secondary text label.
  • ImageCell: It is basically a TextCell but also includes an Image component on the left.
  • SwitchCell: This cell consists of the Label and one Toggle Switch.
  • EntryCell: This cell contains a Label and single line of textbox that can be used to enter the data.