From c63370f14d26bb963dedc123f521bc9a90667e4f Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:26:03 +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-expand-the-auto-hide-tab-programmatically-in-wpf-dockingmanager/README.md b/How-to-expand-the-auto-hide-tab-programmatically-in-wpf-dockingmanager/README.md index 633d15a..01beba1 100644 --- a/How-to-expand-the-auto-hide-tab-programmatically-in-wpf-dockingmanager/README.md +++ b/How-to-expand-the-auto-hide-tab-programmatically-in-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to expand the auto hide tab programmatically in WPF DockingManager? -You can expand the auto hide tab programmatically by using the `SelectTab` function in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). \ No newline at end of file +You can expand the auto hide tab programmatically by using the `SelectTab` function in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). + +KB article - [How to expand the auto hide tab programmatically in WPF DockingManager?](https://www.syncfusion.com/kb/9260/how-to-expand-the-auto-hide-tab-programmatically-in-wpf-dockingmanager)