Hi all,
I can't figure out how I can implement an Icon View in the WPF ListView (a view similar to the Windows Explorer). Searching on google I only found informations about implementing the GridView but no clues about the Icon View. I'm not talking about System.Windows.Form.ListView
but System.Windows.Controls.ListView
.
Perhaps there is another control to do that? I didn't find anything relevant about this?
I've only found some people that build the icon view by hand using the listbox and changing the paneltemplate and the icontemplate. I can't believe this is the only way to do it.
Any clues?
Thanks in advance