Chris Kimbrough

Chris Kimbrough

  • NA
  • 1
  • 1.3k

C# Listview showing controls like thumnail image and checkbo

Dec 14 2014 5:35 PM
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? 
  

Answers (1)