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?
Manish Kumar ChoudharyPosted Dec 14, 2014, 11:22 PM
Hi Chris Kimbrough,
Go through following links it might help u
http://www.componentowl.com/better-listview
http://www.c-sharpcorner.com/uploadfile/mahesh/listview-in-wpf/