I would like to be able to put an icon/png on my LayoutDocument tabs. Is this Possible?
I tried just adding the path to an ico file (I also tried a png file) like this:
<avalonDock:LayoutDocument Title="Tab1" IconSource="Images\MyImage_16.ico" IsActive="True" IsSelected="True">
But that did not work. I am sure that the file reference is correct because other parts of my app (the Ribbon) are referencing files in that folder.
Is there a way to get an Icon on an tab?