What steps do I need to follow to create on the XAML a ItemTemplate and set this template to a ListViewItem from the C# code. I know that ListViewItem has the property Template that I can assign one to it, but I did not succeed. What steps do I need to follow to create on the