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 remove space between header and content of TabItem in WPF DockingManager?

You can reduce the space between TabItem header and the content of the TabItem by customizing the margin value of the ContentPresenter(“PART_SelectedContentHost”) in which we have placed the actual content of TabItem in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking).
You can reduce the space between TabItem header and the content of the TabItem by customizing the margin value of the ContentPresenter(“PART_SelectedContentHost”) in which we have placed the actual content of TabItem in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking).

KB article - [How to remove space between header and content of TabItem in WPF DockingManager?](https://www.syncfusion.com/kb/8834/how-to-remove-space-between-header-and-content-of-tabitem-in-wpf-dockingmanager)