What is the difference between TableView and ListView in Xamarin?
List View | Table View |
---|---|
List View shows its data stacked vertically | Table View shows its data horizontally |
List View provides you item templates and item source | The table view doesn't provide any of these |
Every cell in a ListView have the same type | You can mix different types of cells in Table View |
BY Best Interview Question ON 20 Dec 2020