I am using Sync fusion docking manager and I want to add custom caption button to my floating window.
I found solution for Win Forms, but can't add it to wpf project. Please help.
I am using Sync fusion docking manager and I want to add custom caption button to my floating window.
I found solution for Win Forms, but can't add it to wpf project. Please help.
This response was already posted in the Syncfusion support forums.
We can add buttons in the header of child window using HeaderTemplate property. We have prepared a sample and tried to meet your requirement. In the sample, we have created a data template with button and set it as header template of child window using HeaderTemplate attached property. Sample