WPF Image Rendering on Headers
I’ve been having a little bit of trouble lately with WPF, in particular the rendering of an image on the header of the TabItem or GroupBox headers (for example), I have the following code: … <GroupBox> <GroupBox.Header> <Image Source=”./Images/MyImage.png”/> </GroupBox.Header> </GroupBox> … Which renders fine in Visual Studio, but the minute I run the app…