Hi,
I have a requirement where i need to change the header style for a particular Dock Window in the Docking Manager. Can you please provide me a solution to solve this?
Regards,
Aishwaria
AD
Administrator
Syncfusion Team
May 25, 2009 05:24 AM UTC
In continuation to the previous mail, my specific requirement is i need to hide the header for a particular dock window.
Regards,
Aishwaria
AD
Administrator
Syncfusion Team
May 25, 2009 05:23 PM UTC
May i know whether the one specified in the below post is possible?
Regards,
Aishwaria
BA
Balavasanth
Syncfusion Team
May 26, 2009 03:13 PM UTC
Hi Aishwarya,
Thanks for your interests in Syncfusion products.
Currently it is not possible to apply different DockHeaderStyle for the individual Dock windows since we have not implemented that property in an attached logic. But you can make use of the HeaderTemplate property to customize individual Dock windows based on your requirements as we have implemented this in an attached logic.
Kindly make use of the code snippet for more idea.
[XAML]
VerticalAlignment="Center" Margin="5,0,0,0" />
Please let me know if you have any queries.
Regards,
Bala.