could someone please explain to me what is the difference if I use
DataTemplate
inside the ListView
in XAML?
I have used ListView
to display the content from my ObservableCollection
without using DataTemplate
and with DataTemplate
it seems to look exactly the same?
Why then would I want to use Data Template? I would like to see a simple explanation/example.