Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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).
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)