diff --git a/How-to-change-the-size-of-the-buttons-in-headertabpanel-in-dockingmanager/README.md b/How-to-change-the-size-of-the-buttons-in-headertabpanel-in-dockingmanager/README.md index b7dd255..1b868d7 100644 --- a/How-to-change-the-size-of-the-buttons-in-headertabpanel-in-dockingmanager/README.md +++ b/How-to-change-the-size-of-the-buttons-in-headertabpanel-in-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to change the size of the buttons in HeaderTabPanel in WPF DockingManager? -The size of the tab list, scroll and close button in the HeaderTabPanel can be changed by retrieving the buttons from the Template of TabPanel and update the values based on the AttachedProperty of `TabPanelAdvExtension` class in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). \ No newline at end of file +The size of the tab list, scroll and close button in the HeaderTabPanel can be changed by retrieving the buttons from the Template of TabPanel and update the values based on the AttachedProperty of `TabPanelAdvExtension` class in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). + +KB article - [How to change the size of the buttons in HeaderTabPanel in WPF DockingManager?](https://www.syncfusion.com/kb/8567/how-to-change-the-size-of-the-buttons-in-headertabpanel-in-wpf-dockingmanager)