|
2 |
edited tags
|
||
|
1 |
|
||
WPF: How to swap Listview cell content with a datatrigger (or equivalent)I have a WPF App that implements a ListView. I would like to show an image (a small icon) in one of the columns depending on the type of the data that row represents. Sort of like the display you see in Windows Explorer. I am using DataTriggers elsewhere in my XAML, it seems like a similar method could be used to swap out entire cell contents, but I can't find an example of anyone doing that. Any thoughts?
|
||||
