Trying to create a listview in wpf C# which each row containing an image(thumbnail) and a checkbox.
Instead of showing the controls in each row it is showing the text as shown.
e.g. The listview row item is displaying the text: windows.system.control.checkbox instead of the checkbox itself.
I read that the listview needs to be in detail view but wpf listview does not have a view member property.
Any suggestions?