What is the best way to load abstract data types to a list view (or a table view) with the data type determining the cell to render? I can easily do this with Android & iOS + with WP8 you can use ContentControl as your DataTemplate. Is there anything similar to this with the Xamarin.Forms.DataTemplate?
↧