WPF ListView Button - Associate multiple images
- by Narayanan
I have a listview in a WPF application that has a button in one of its columns. I associate a image to the button control. I want to configure different images for this button based on the
How do I write the XAML in this scenario???
This is what I have already:
<ControlTemplate x:Key="IconButtonAddProfile" TargetType="{x:Type Button}">
…