I have a list view that is binded to some object I’ve created.
The binding is working perfect, but I want to add icon to each item in my list.
All the items should have the SAME icon (should be defined prior as “file.ico”).
What is the best to implement this?
Thanks.
I have a list view that is binded to some object I’ve created. The
Share
Use an ItemTemplate, e.g:
You should use a
ListBoxunless you have a specific reason to use aListView.