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 disable unloading of content in the DocumentTabItem in WPF DockingManager?

While switching the DocumentTabItems in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) the content of previously selected tabitem will be unloaded. IsDisableUnloadTabItemContent property of DockingManager is used to enable or disable unloading of DocumentTabItem content. If the value of IsDisableUnloadTabItemContent is true, content of previously selected tabitem will not get unloaded during tab switching.
While switching the DocumentTabItems in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) the content of previously selected tabitem will be unloaded. IsDisableUnloadTabItemContent property of DockingManager is used to enable or disable unloading of DocumentTabItem content. If the value of IsDisableUnloadTabItemContent is true, content of previously selected tabitem will not get unloaded during tab switching.

KB article - [How to disable unloading of content in the DocumentTabItem in WPF DockingManager?](https://www.syncfusion.com/kb/8268/how-to-disable-unloading-of-content-in-the-documenttabitem-in-wpf-dockingmanager)