From dbb2c8540677e5b047dc01b0827de6c985927798 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:18:06 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)