Xamarin.Forms show a different datatemplate for a specific item in listview
问题 I'm currently developing a dynamic app using Xamarin.Forms with .Net Standard. I am using MVVM as code pattern. No code behind the view. The content of the view/page is a listview bound to a list of TemplateItem objects. Every listview item, TemplateItem , should look the same (as an article). But when the property BlockType of the TemplateItem is slideshow , the listview must look different by using another data template. How can I use another data template for a listview item when a