Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 224 Bytes

DataTemplateSelector

Xamarin.Forms 2.1 release introduces DataTemplateSelector which allows selection of a DataTemplate at runtime per item in a ListView.ItemsSource.

Works not only in C# 6 but also with old versions.