Hello:
I have several HierarchicalDataTemplates in my TreeView. In one of them I would like to display an image to the right of the label if a property in this case HasMissingFit
is true, otherwise the image should not be displayed at all.
If I wanted the image to always be present I know I could do this using just an Image
tag with a converter, but again if the property is false, the image shouldn't be displayed at all.