Hi,
I am not able to add an Icon in the header of a content pane. When setting the image property of the content pane, the icon appears only in the tabheader.
Is there a way to have the icon shown in the header too? or to customize the header in order to add whatever content I want to put in?
Thank you,
Alexis
You would have to either retemplate the PaneHeaderPresenter such that it will include an Image (or our AutoDisabledImage) that binds to the Image property or provide a custom HeaderTemplate that displays the text and the Image (the latter would have to get the image using a FindAncestor binding.
Thanks for the tips, is it possible for you to build a simple example containing both proposed solutions?