Skip to content
Open
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 wpf/Docking/Advanced-Features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Advanced Features | DockingManager | WPF | Syncfusion®
description: Advanced features of Syncfusion® Essential Studio® WPF DockingManager Control, its elements, features and more.
title: Advanced Features in WPF DockingManager Control | Syncfusion®
description: The advanced features in DockingManager offer MDI/TDI support, state persistence, drag providers, and layout customization for docked windows.
platform: wpf
control: DockingManager
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Auto-Hide-Window.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Auto Hide Window in WPF Docking control | Syncfusion®
description: Learn here all about Auto Hide Window support in Syncfusion® WPF Docking (DockingManager) control and more.
title: Auto Hide Window in WPF DockingManager Control | Syncfusion®
description: The Auto Hide Window in DockingManager hides docked windows along the edge of the container and slides them into view on hover.
platform: wpf
control: DockingManager
documentation: ug
---
# Auto Hide Window in WPF Docking (DockingManager)
# Auto Hide Window in WPF DockingManager Control

AutoHide window is one of the state in the DockingManager. To enable Auto hidden for DockingManager's children, set its `State` value as `AutoHidden`.

Expand Down
4 changes: 2 additions & 2 deletions wpf/Docking/Basic-Features.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Basic Features | DockingManager | WPF | Syncfusion®
description: Basic features of Syncfusion® Essential Studio® WPF DockingManager Control, its elements, features and more.
title: Basic Features in WPF DockingManager Control | Syncfusion®
description: The basic features in DockingManager include docking, floating, tabbed, auto-hide, and state persistence for child windows.
platform: wpf
control: DockingManager
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Data Binding in WPF Docking control | Syncfusion®
description: Learn here all about Data Binding support in Syncfusion® WPF Docking (DockingManager) control and more.
title: Data Binding in WPF DockingManager Control | Syncfusion®
description: Data binding in DockingManager lets you bind child windows, side panel visibility, and other properties to your data source.
platform: wpf
control: DockingManager
documentation: ug
---

# Data Binding in WPF Docking (DockingManager)
# Data Binding in WPF DockingManager Control

Data Binding is the process of establishing a connection between the application UI and business logic. Data Binding can be unidirectional (Source → Target or Target → Source) or bidirectional (Source ↔ Target).

Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Dealing-with-Windows.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Dealing with Windows in WPF Docking control | Syncfusion®
description: Learn here all about Dealing with Windows support in Syncfusion® WPF Docking (DockingManager) control and more.
title: Dealing with Windows in WPF DockingManager Control | Syncfusion®
description: Dealing with windows in DockingManager lets you activate, pin, close, and customize the behavior of docked and floating child windows.
platform: wpf
control: DockingManager
documentation: ug
---
# Dealing with Windows in WPF Docking (DockingManager)
# Dealing with Windows in WPF DockingManager Control

## Activating a window

Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Dock-Hints.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Interaction with DragProvider in WPF Docking control | Syncfusion®
description: Learn here all about Interaction with DragProvider support in Syncfusion® WPF Docking (DockingManager) control and more.
title: DragProvider in WPF DockingManager Control | Syncfusion®
description: The DragProvider in DockingManager provides visual dock hints to guide users while dragging and docking child windows to a target.
platform: wpf
control: DockingManager
documentation: ug
---

# Interaction with DragProvider in WPF Docking (DockingManager)
# DragProvider in WPF DockingManager Control

State of the dock children can be changed through the dock hints. This section explains how the dock item can be docked / documented with the help of Dock hints and how the dock hints can be disabled/ enabled at run time.

Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Docking-Window.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Docking Window in WPF Docking control | Syncfusion®
description: Learn here all about Docking Window support in Syncfusion® WPF Docking (DockingManager) control and more.
title: Docking Window in WPF DockingManager Control | Syncfusion®
description: The docking window in DockingManager lets you dock child windows to any side of the form and customize their caption and behavior.
platform: wpf
control: DockingManager
documentation: ug
---
# Docking Window in WPF Docking (DockingManager)
# Docking Window in WPF DockingManager Control

Docking windows is one of the state of DockingManager. Since `Dock` is the default value, so initially all the children stay as Docking Window

Expand Down
6 changes: 3 additions & 3 deletions wpf/Docking/Floating-Window.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Floating Window in WPF Docking control | Syncfusion®
description: Learn here all about Floating Window support in Syncfusion® WPF Docking (DockingManager) control and more.
title: Floating Window in WPF DockingManager Control | Syncfusion®
description: The floating window in DockingManager lets you undock child windows and drag them anywhere on the screen as independent windows.
platform: wpf
control: DockingManager
documentation: ug
---
# Floating Window in WPF Docking (DockingManager)
# Floating Window in WPF DockingManager Control

Floating window is one of the state in the DockingManager. To make children of the DockingManager as Float, set its [State](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockItem.html#Syncfusion_Windows_Tools_Controls_DockItem_State) values as `Float`.

Expand Down
2 changes: 1 addition & 1 deletion wpf/Docking/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with WPF Docking control | Syncfusion®
description: Learn here about getting started with Syncfusion® WPF Docking (DockingManager) control, its elements and more details.
description: Learn how to get started with the Syncfusion WPF Docking (DockingManager) control. Explore setup, features, examples, and customization options.
platform: wpf
control: DockingManager
documentation: ug
Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/Hosting-Windows-Form-control-as-a-window.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Hosting in WPF DockingManager control | Syncfusion®
description: Learn here all about Hosting Windows Form control as a Window support in Syncfusion® WPF Docking (DockingManager) control and more.
platform: WPF
title: Hosting in WPF DockingManager Control | Syncfusion®
description: Hosting a Windows Forms control as a window in DockingManager lets you integrate legacy WinForms controls as docked child windows.
platform: wpf
control: DockingManager
documentation: ug
---
# Hosting in WPF Docking (DockingManager)
# Hosting in WPF DockingManager Control

## Hosting a Windows Form control

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Activate-a-particular-window.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Activate a particular window | DockingManager | wpf | Syncfusion®
description: Activate a particular window in Syncfusion® Essential Studio® WPF DockingManager Control, its elements and more.
platform: WPF
title: How to activate a particular window in WPF Docking | Syncfusion®
description: Learn here how to activate a particular window in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Activate a particular window
# How to activate a particular window in WPF Docking

A Particular child window can be activated using its name or using its reference as follows:

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/AutoHide-all-docked-windows.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: AutoHide all docked windows | DockingManager | wpf | Syncfusion®
description: Autohide all docked windows in Syncfusion® Essential Studio® WPF DockingManager Control, its elements and more.
platform: WPF
title: How to AutoHide all docked windows in WPF Docking | Syncfusion®
description: Learn here how to autohide all docked windows in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# AutoHide all docked windows
# How to AutoHide all docked windows in WPF Docking

You can AutoHide all Docked windows by using the AutoHideAllDockWindow() method. This can be shown below.

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Cancel-the-ActiveWindow-Change.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Cancel the ActiveWindow Change | DockingManager | wpf | Syncfusion®
description: Cancel the activewindow change in Syncfusion® Essential Studio® WPF DockingManager Control, its elements and more.
platform: WPF
title: How to cancel ActiveWindow change in WPF Docking | Syncfusion®
description: Learn here how to cancel the activewindow change in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Cancel the ActiveWindow Change
# How to cancel ActiveWindow change in WPF Docking

ActiveWindowChanging event is used to cancel the ActiveWindow change. This event will be triggered before the new window is set as active window, the usage is shown below.

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Clear-StatePersistance-Entries.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Clear StatePersistance Entries | DockingManager | wpf | Syncfusion®
description: Clear statepersistance entries in Syncfusion® Essential Studio® WPF DockingManager Control, its elements and more.
platform: WPF
title: How to clear StatePersistence entries in WPF Docking | Syncfusion®
description: Learn here how to clear statepersistance entries in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Clear StatePersistence Entries
# How to clear StatePersistence entries in WPF Docking

In StatePersistence of DockingManager we have five ways to store the state. Similarly, we have ways to clear those entries as given below

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Configuring a build machine in WPF DockingManager Control | Syncfusion®
description: Configuring a build machine to compile projects after version v8.1.0.30 in Syncfusion® WPF DockingManager control, its elements and more.
platform: WPF
title: How to configure a build machine in WPF Docking | Syncfusion®
description: Learn here how to configure a build machine for Syncfusion® WPF Docking (DockingManager) control projects, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Configuring a build machine in WPF DockingManager Control
# How to configure a build machine in WPF Docking

To compile projects that use Syncfusion<sup>®</sup> controls in a build machine, Syncfusion<sup>®</sup> helps to install the Link Install Setup. The setup installs Syncfusion<sup>®</sup> assemblies into the target folder, and registers the product key to the registry. This allows you to compile a project, developed on a build machine. Please download the link install setup from the below location

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Configuring-a-build-machine-to-compile.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Configuring a build machine in WPF DockingManager control | Syncfusion®
description: Configuring a build machine to compile projects after version v8.1.0.30 in Syncfusion® WPF DockingManager control, its elements and more.
platform: WPF
title: How to configure a build machine in WPF Docking | Syncfusion®
description: Learn here how to configure a build machine for Syncfusion® WPF Docking (DockingManager) control projects, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Configuring a build machine in WPF DockingManager control
# How to configure a build machine in WPF Docking

To compile projects that use Syncfusion<sup>®</sup> controls in a build machine, Syncfusion<sup>®</sup> helps to install the Link Install Setup. The setup installs Syncfusion<sup>®</sup> assemblies into the target folder, and registers the product key to the registry. This allows you to compile a project, developed on a build machine. Please download the link install setup from the below location

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Detect the closing of a DockingManagerchild in WPF | Syncfusion®
description: Detect the closing of a dockingmanagerchild in Syncfusion® Essential Studio® WPF, its elements and more.
platform: WPF
title: How to detect closing of a DockingManager child in WPF | Syncfusion®
description: Learn here how to detect the closing of a dockingmanagerchild in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Detect the closing of a DockingManagerChild
# How to detect closing of a DockingManager child in WPF

DockStateChanged and CloseButtonClick are the two events, which can be used to detect whether the child is closed. DockStateChanged event is raised whenever a child changes its State. CloseButtonClick event is raised only when close button of the Document child is clicked. The following code describes how to handle the closing of a child using DockStateChanged event.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Detect whether the window is hosted in WPF DockingManager | Syncfusion®
description: Detect whether the window is hosted in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to detect hosted window in WPF Docking | Syncfusion®
description: Learn here how to detect whether the window is hosted in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Detect whether the window is hosted in DockingManager
# How to detect hosted window in WPF Docking

There two ways to detect whether a FrameworkElement is hosted in DockingManager or not. They are:

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Disable-Drag-and-Drop-of-TDI-items.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Disable Drag and Drop of TDI items | DockingManager | wpf | Syncfusion®
description: Disable drag and drop of tdi items in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to disable TDI items drag and drop in WPF Docking | Syncfusion®
description: Learn here how to disable drag and drop of tdi items in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Disable Drag and Drop of TDI items
# How to disable TDI items drag and drop in WPF Docking

IsTDIDragDropEnabled property is used to disable the drag and drop of TDI items in DockingManager. The usage is follows:

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Disable-TabGroup-Resize-Preview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Disable TabGroup Resize Preview | DockingManager | wpf | Syncfusion®
description: Disable tabgroup resize preview in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to disable TabGroup Resize Preview in WPF Docking | Syncfusion®
description: Learn here how to disable tabgroup resize preview in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Disable TabGroup Resize Preview
# How to disable TabGroup Resize Preview in WPF Docking

TabGroup preview can be enabled or disabled by using the IsTabPreviewEnabled property. The default value of the TabGroup preview is true. The usage of this property is shown below.

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Disable-the-Resize-of-FloatWindow.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Disable the Resize of FloatWindow | DockingManager | wpf | Syncfusion®
description: Disable the resize of floatwindow in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to disable resize of FloatWindow in WPF Docking | Syncfusion®
description: Learn here how to disable the resize of floatwindow in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Disable the Resize of FloatWindow
# How to disable resize of FloatWindow in WPF Docking

CanResizeInFloatState is the attached property which can be applied on float state child of DockingManager to disable the manual resize of FloatWindow. If this property is set, the float window is no longer resizable. The usage is shown below.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Enabledisable TabItemContextMenu in WPF DockingManager | Syncfusion®
description: Enabledisable tabitemcontextmenu and tablistcontextmenu in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to enable TabItemContextMenu in WPF Docking | Syncfusion®
description: Learn here how to enable/disable tabitemcontextmenu and tablistcontextmenu in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Enable/disable TabItemContextMenu and TabListContextMenu
# How to enable TabItemContextMenu in WPF Docking

ShowTabItemContextMenu is the property that is used to disable the showing of Context Menu when right-clicked on the document tab. Similarly, ShowTabListContextMenu is used to disable the showing of Context Menu list when clicked on the TabControl menu toggle button. The usages are given below:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Feature to resize the FloatWindow in WPF DockingManager | Syncfusion®
description: Feature to resize the floatwindow dynamically depend on child size in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to resize FloatWindow dynamically in WPF Docking | Syncfusion®
description: Learn how to resize the floatwindow dynamically based on child size in Syncfusion® WPF Docking (DockingManager) control and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Feature to resize the FloatWindow dynamically depend on child size
# How to resize FloatWindow dynamically in WPF Docking

Normally SizetoContentInFloat property can be used to resize the FloatWindow to its child size while initializing the FloatWindow. But when Float child of DockingManager is resized,dynamically it doesn’t have any options to resize the FloatWindow to that content size. FloatWindowHeight and FloatWindowWidth are introduced for this purpose.. The usage has been shown below.

Expand Down
8 changes: 4 additions & 4 deletions wpf/Docking/How-to/Hide-the-TDI-header-on-a-child.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Hide the TDI header on a child | DockingManager | wpf | Syncfusion®
description: Hide the tdi header on a child in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more.
platform: WPF
title: How to hide TDI header on a child in WPF Docking | Syncfusion®
description: Learn here how to hide the tdi header on a child in Syncfusion® WPF Docking (DockingManager) control, its elements and more.
platform: wpf
control: DockingManager
documentation: ug
---

# Hide the TDI header on a child
# How to hide TDI header on a child in WPF Docking

This property is used to hide the header of a TDI document when the DocumentTabControl has a TDI child.

Expand Down
Loading