1
Reply

C# Listview showing controls like thumnail image and checkbo

Chris Kimbrough

Chris Kimbrough

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