Hi,
I'm already using the DockingManager's FloatWindowTemplate property to create a customized FloatWindow that has a ribbon at the top.
Is there also a way to customize the text that is displayed in the header of FloatWindows?
By default, the text always shows the name of the control, which is okay. But if there is more than one control in a single FloatWindow, the header of the FloatWindow doesn't display any text at all. In this case, I'd like the FloatWindow's header to display the name of my application.
How would I achieve such a behavior?
I already thought of creating a template for FloatWindowBorder's that have the property BorderMode set to Header... but how would such a Template look?
Kind Regards
Etienne Gubler