May be silly question, but is it possible to instantiate DataTemplate class in XAML without ListView?
If I make it inside ContentView, it throws a XamlParseException: Cannot assign property "Content": type mismatch between "Xamarin.Forms.DataTemplate" and "Xamarin.Forms.View"
Is the only way to instantiate it in code?
↧
Instantiating DataTemplate in XAML
↧