I am stuck in how to use DataTamplete in WPF, someone knows some tutorial or has a colection of turorials that teach how to use it??
I\'m using MVVM Pattern, so if you k
MSDN explains it well MSDN Data Templating Overview
Things to watch out for are that your itemsource is set correctly and that the properties you are binding to are public.