Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions WindowsForms/Docking-Manager/Appearance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Appearance in Windows Forms Docking Manager control | Syncfusion®
description: Learn about Appearance support in Syncfusion® Windows Forms Docking Manager control and more details.
title: Appearance in Windows Forms Docking Manager | Syncfusion®
description: The appearance of the Docking Manager control lets you customize themes, visual styles, colors, and more for dock, float, and auto hide windows.
platform: windowsforms
control: DockingManager
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Docking-Manager/Auto-Hide-Window.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Auto Hide Window in Windows Forms Docking Manager | Syncfusion®
description: Learn about Auto Hide Window support in Syncfusion® Essential Studio® Windows Forms Docking Manager control and more.
description: The Auto Hide Window feature in Docking Manager hides docked controls along the side of the container, allowing quick access when needed.
platform: windowsforms
control: DockingManager
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Docking-Manager/Dealing-with-docking-child.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Dealing with docking child | WinForms Docking Manager| Syncfusion®
description: Learn about Dealing with docking child support in Syncfusion® Windows Forms Docking Manager control and more.
title: Dealing with Docking Child in Docking Manager | Syncfusion®
description: Dealing with docking child lets you resize, position, and customize caption buttons and context menus of docking child windows in Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---

# Dealing with docking child in Windows Forms Docking Manager
# Dealing with Docking Child in Docking Manager

This section explains about resizing and positioning of child windows in DockingManager. And also explains customizing the visibility of caption button and context menu of docking child windows.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Docking-Manager/Dock-Window.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Dock Window in Windows Forms Docking Manager control | Syncfusion®
description: Learn about Dock Window support in Syncfusion® Windows Forms Docking Manager control and more details.
title: Dock Window in Windows Forms Docking Manager | Syncfusion®
description: The dock window feature in Docking Manager lets you customize captions, add buttons, and configure context menus for docked controls.
platform: windowsforms
control: DockingManager
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Docking-Manager/Docking-Client-Panel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Docking Client Panel in WinForms Docking Manager | Syncfusion®
description: Learn about Docking Client Panel support in Syncfusion® Windows Forms Docking Manager control and more details.
title: Docking Client Panel in Windows Forms Docking Manager | Syncfusion®
description: The Docking Client Panel in Docking Manager synchronizes MDI client window resizing with changes in docking windows layout at run-time.
platform: windowsforms
control: DockingManager
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Docking-Manager/Docking-Events.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
layout: post
title: Docking Events in Windows Forms Docking Manager control | Syncfusion®
description: Learn about Docking Events support in Syncfusion® Windows Forms Docking Manager control and more details.
title: Docking Events in Windows Forms Docking Manager | Syncfusion®
description: The docking events in Docking Manager provide programmatic access to handle dock, float, auto hide, and state persistence notifications.
platform: windowsforms
control: DockingManager
documentation: ug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to customize the dock context menu of a docked control | WindowsForms | Syncfusion®
description: How to customize the dock context menu of a docked control
title: How to edit dock menu in Windows Forms Docking Manager | Syncfusion®
description: Learn how to customize the dock context menu of a docked control in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to customize the dock context menu of a docked control?
# How to edit dock menu in Windows Forms Docking Manager

ContextMenu of the Docked controls can be customized using DockContextMenu event in DockingManager.The DockContextMenu event is fired when the mouse is right-clicked over a docking window's caption.

Expand Down Expand Up @@ -104,7 +104,7 @@ End Sub

{% endtabs %}

![](Images/Docking-Events_img1.jpeg)
![Docking Manager context menu showing custom File and Exit commands](Images/Docking-Events_img1.jpeg)



Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to display context menu of a docked control at a specified point | WindowsForms | Syncfusion®
description: How to display context menu of a docked control at a specified point
title: How to display menu in Windows Forms Docking Manager | Syncfusion®
description: Learn how to display context menu of a docked control at a specified point in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to display context menu of a docked control at a specified point?
# How to display menu in Windows Forms Docking Manager

This can be done using ShowMenu method.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to avoid flickering while loading dock state |WinForms |Syncfusion®
description: This section explains about how to avoid flickering while loading dock state in the WindowsForms DockingManager.
title: How to avoid flicker in Windows Forms Docking Manager | Syncfusion®
description: Learn how to avoid flickering while loading dock state in Syncfusion Windows Forms Docking Manager control.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to avoid flickering while loading dock state?
# How to avoid flicker in Windows Forms Docking Manager

Flickering can be avoided by calling the below methods.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: How to restore the original docking windows layout that was set within the Windows Forms designer | WindowsForms | Syncfusion®
description: How to restore the original docking windows layout that was set within the Windows Forms designer
title: How to restore layout in Windows Forms Docking Manager | Syncfusion®
description: Learn how to restore the original docking windows layout set within the designer in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---


# How to restore the original docking windows layout that was set within the Windows Forms designer?
# How to restore layout in Windows Forms Docking Manager

Calling `LoadDesignerDockState()` method at run time, will restore the docking windows layout that was set in the Designer.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Collection of DockEnabled Controls | WindowsForms | Syncfusion®
description: Learn about How to Access the Collection of Dock-Enabled Controls, with Syncfusion® Essential Studio® Windows Forms
title: How to access controls in Windows Forms Docking Manager | Syncfusion®
description: Learn how to access the collection of dock-enabled controls in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---


# How to access the collection of Dock-Enabled controls?
# How to access controls in Windows Forms Docking Manager

The DockingManager.Controls property returns an enumerator that may be used for accessing the controls that are currently associated with the DockingManager. To access and modify the DockingManager’s control, the contents of the enumerator should first be copied to a temporary collection.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: How to determine whether any two controls are in the same tabbed group | WindowsForms | Syncfusion®
description: How to determine whether any two controls are in the same tabbed group
title: How to find tab group in Windows Forms Docking Manager | Syncfusion®
description: Learn how to determine whether any two controls are in the same tabbed group in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---



# How to determine whether any two controls are in the same tabbed group?
# How to find tab group in Windows Forms Docking Manager

To determine whether two controls are in same tabbed group `IsSameTabbedGroup` method can be used.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: How to get the docking group details | WindowsForms | Syncfusion®
description: Learn here about How to get the docking group details with Syncfusion® Essential Studio® Windows Forms DockingManager Control
title: How to get the docking group details in Docking Manager | Syncfusion®
description: Learn how to get the docking group details in Syncfusion Windows Forms Docking Manager control and customize grouping options.
platform: windowsforms
control: DockingManager
documentation: ug
---



# How to get the docking group details?
# How to get the docking group details in Docking Manager

There is no concept of 'group' in Docking Manager and a tabbed group is just an intermediate state. However, if necessary, this can be determined by first ascertaining that the control is in a tabbed docking group, getting hold of the DockTabController, it’s DockTab and then iterating the DockTabPages. The DockHostClient member of each DockTabPage will reference the DockHostController that is associated with it. Once the controller is available, we can get the control through the HostControl property of DockHostController and use the control’s Controls[0] indexer to get the actual dockable control.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to find out whether a docked control is floating or not | WindowsForms | Syncfusion®
description: How to find out whether a docked control is floating or not
title: How to check floating in Windows Forms Docking Manager | Syncfusion®
description: Learn how to find out whether a docked control is floating or not in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to find out whether a docked control is floating or not?
# How to check floating in Windows Forms Docking Manager

This can be achieved by calling `IsFloating` method.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: How to float a single control even if it is tabbed to many controls | WindowsForms | Syncfusion®
description: How to float a single control even if it is tabbed to many controls
title: How to float control in Windows Forms Docking Manager | Syncfusion®
description: Learn how to float a single control even if it is tabbed to many controls in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---



# How to float a single control even if it is tabbed to many controls?
# How to float control in Windows Forms Docking Manager

The `FloatControl` method enables the end users to float a particular control. Using this method, we can float a single control even if it is tabbed with many controls.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Individual floating controls properties | WindowsForms | Syncfusion®
description: Learn here about How to get individual floating controls properties with Syncfusion® Essential Studio® Windows Forms DockingManager Control
title: How to get float info in Windows Forms Docking Manager | Syncfusion®
description: Learn how to get individual floating controls properties in Syncfusion Windows Forms Docking Manager control.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to get individual floating controls properties?
# How to get float info in Windows Forms Docking Manager

To get the x,y coordinates of the control if it is in floating state,

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: How to make a docked control Float Only | WindowsForms | Syncfusion®
description: How to make a docked control Float Only
title: How to make float only in Windows Forms Docking Manager | Syncfusion®
description: Learn how to make a docked control float only in Syncfusion Windows Forms Docking Manager control with step-by-step instructions.
platform: windowsforms
control: DockingManager
documentation: ug
---


# How to make a docked control float only?
# How to make float only in Windows Forms Docking Manager

The docked control can also be only floating and cannot be docked, by calling the `SetFloatOnly` method.

Expand Down Expand Up @@ -43,7 +43,7 @@ Me.dockingManager1.SetFloatOnly(Me.listBox2, True);
{% endtabs %}


![](Floating_images/Floating_img1.jpeg)
![Floating item](Floating_images/Floating_img1.jpeg)



Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Tabbed Style Dockable in WinForms TabbedMDI Manager|Syncfusion®
description: How to Enable the Tabbed Style Dockable Window using Syncfusion® WinForms TabbedMDI Manager Control, its elements, and more.
title: How to enable tabbed in Windows Forms Docking Manager | Syncfusion®
description: Learn how to enable the tabbed style dockable window using TabbedMDI manager in Syncfusion Windows Forms Docking Manager.
platform: WindowsForms
control: DockingManager
documentation: ug
---


# How to enable the Tabbed Style Dockable Window using DockingManager?
# How to enable tabbed in Windows Forms Docking Manager

The Tabbed MDI Package provides a new Tabbed MDI layout mode (as an alternative to the default Cascade and Tiled modes), popularized by VS .NET.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Individual Docked control's Properties | WindowsForms | Syncfusion®
description: Learn here about How to Get the Individual Docked control's Properties with Syncfusion® Essential Studio® Windows Forms DockingManager Control
title: How to get properties in Windows Forms Docking Manager | Syncfusion®
description: Learn how to get the individual docked controls properties in Syncfusion Windows Forms Docking Manager control.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to get the individual Docked control's properties?
# How to get properties in Windows Forms Docking Manager

To check whether a control is floating or docked, you could use the code snippet given below.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: How to activate a particular docked control | WindowsForms | Syncfusion®
description: How to activate a particular docked control
title: How to activate control in Windows Forms Docking Manager | Syncfusion®
description: Learn how to activate a particular docked control in Syncfusion Windows Forms Docking Manager control with examples.
platform: windowsforms
control: DockingManager
documentation: ug
---


# How to activate a particular docked control?
# How to activate control in Windows Forms Docking Manager

To activate particular docked control, call the `ActivateControl` method inside NewDockStateEndLoad event.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to change the dock tab alignment | WindowsForms | Syncfusion®
description: How to change the dock tab alignment
title: How to change the dock tab alignment in Docking Manager | Syncfusion®
description: Learn how to change the dock tab alignment in Syncfusion Windows Forms Docking Manager control, with available positions.
platform: windowsforms
control: DockingManager
documentation: ug
---

# How to change the dock tab alignment?
# How to change the dock tab alignment in Docking Manager

The tabs of the Docked window are placed at the bottom, by default. To place the tabs of the docked window at different sides set the property `DockTabAlignment` with desired values such as Top, Bottom, Left, and Right.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: How to detect the docking style assigned to a control | WindowsForms | Syncfusion®
description: How to detect the docking style assigned to a control
title: How to detect style in Windows Forms Docking Manager | Syncfusion®
description: Learn how to detect the docking style assigned to a control in Syncfusion Windows Forms Docking Manager.
platform: windowsforms
control: DockingManager
documentation: ug
---


# How to detect the docking style assigned to a control?
# How to detect style in Windows Forms Docking Manager

Docking style which is assigned to the control can be detect at run time, using `GetDockingStyle` method.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to enable or disable AutoHide behavior | WindowsForms | Syncfusion®
description: How to enable or disable AutoHide behavior
title: How to toggle AutoHide in Windows Forms Docking Manager | Syncfusion®
description: Learn how to enable or disable AutoHide behavior in Syncfusion Windows Forms Docking Manager control for docked controls.
platform: WindowsForms
control: DockingManager
documentation: ug
---

# How to enable or disable AutoHide behavior?
# How to toggle AutoHide in Windows Forms Docking Manager

AutoHide behavior can be enabled or disables using `AutoHideEnabled` property in DockingManager.

Expand Down
Loading