diff --git a/wpf/Docking/Advanced-Features.md b/wpf/Docking/Advanced-Features.md index 2dbbfc52af..7a96cbc0a8 100644 --- a/wpf/Docking/Advanced-Features.md +++ b/wpf/Docking/Advanced-Features.md @@ -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 diff --git a/wpf/Docking/Auto-Hide-Window.md b/wpf/Docking/Auto-Hide-Window.md index c6383f0fe4..103e7b1a0b 100644 --- a/wpf/Docking/Auto-Hide-Window.md +++ b/wpf/Docking/Auto-Hide-Window.md @@ -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`. diff --git a/wpf/Docking/Basic-Features.md b/wpf/Docking/Basic-Features.md index eab26f3f87..c650fc4af8 100644 --- a/wpf/Docking/Basic-Features.md +++ b/wpf/Docking/Basic-Features.md @@ -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 diff --git a/wpf/Docking/Data-Binding.md b/wpf/Docking/Data-Binding.md index 63a2debaa8..ca4d04d11d 100644 --- a/wpf/Docking/Data-Binding.md +++ b/wpf/Docking/Data-Binding.md @@ -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). diff --git a/wpf/Docking/Dealing-with-Windows.md b/wpf/Docking/Dealing-with-Windows.md index 0215f1c1e2..07ca93948b 100644 --- a/wpf/Docking/Dealing-with-Windows.md +++ b/wpf/Docking/Dealing-with-Windows.md @@ -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 diff --git a/wpf/Docking/Dock-Hints.md b/wpf/Docking/Dock-Hints.md index 37c0258c24..58fb07e673 100644 --- a/wpf/Docking/Dock-Hints.md +++ b/wpf/Docking/Dock-Hints.md @@ -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. diff --git a/wpf/Docking/Docking-Window.md b/wpf/Docking/Docking-Window.md index 2f53fbc203..d6ba46c197 100644 --- a/wpf/Docking/Docking-Window.md +++ b/wpf/Docking/Docking-Window.md @@ -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 diff --git a/wpf/Docking/Floating-Window.md b/wpf/Docking/Floating-Window.md index 4ba83b9f5c..cc6ca0cb11 100644 --- a/wpf/Docking/Floating-Window.md +++ b/wpf/Docking/Floating-Window.md @@ -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`. diff --git a/wpf/Docking/Getting-Started.md b/wpf/Docking/Getting-Started.md index e672e94d18..0df5338537 100644 --- a/wpf/Docking/Getting-Started.md +++ b/wpf/Docking/Getting-Started.md @@ -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 diff --git a/wpf/Docking/Hosting-Windows-Form-control-as-a-window.md b/wpf/Docking/Hosting-Windows-Form-control-as-a-window.md index 53a68fe0f1..34ea33d411 100644 --- a/wpf/Docking/Hosting-Windows-Form-control-as-a-window.md +++ b/wpf/Docking/Hosting-Windows-Form-control-as-a-window.md @@ -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 diff --git a/wpf/Docking/How-to/Activate-a-particular-window.md b/wpf/Docking/How-to/Activate-a-particular-window.md index e991214136..b921fbbc5a 100644 --- a/wpf/Docking/How-to/Activate-a-particular-window.md +++ b/wpf/Docking/How-to/Activate-a-particular-window.md @@ -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: diff --git a/wpf/Docking/How-to/AutoHide-all-docked-windows.md b/wpf/Docking/How-to/AutoHide-all-docked-windows.md index 68b769ec78..79a21eb2cb 100644 --- a/wpf/Docking/How-to/AutoHide-all-docked-windows.md +++ b/wpf/Docking/How-to/AutoHide-all-docked-windows.md @@ -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. diff --git a/wpf/Docking/How-to/Cancel-the-ActiveWindow-Change.md b/wpf/Docking/How-to/Cancel-the-ActiveWindow-Change.md index a9c5d0aeef..05bd2a252d 100644 --- a/wpf/Docking/How-to/Cancel-the-ActiveWindow-Change.md +++ b/wpf/Docking/How-to/Cancel-the-ActiveWindow-Change.md @@ -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. diff --git a/wpf/Docking/How-to/Clear-StatePersistance-Entries.md b/wpf/Docking/How-to/Clear-StatePersistance-Entries.md index 652ccc2c0c..912b29fafe 100644 --- a/wpf/Docking/How-to/Clear-StatePersistance-Entries.md +++ b/wpf/Docking/How-to/Clear-StatePersistance-Entries.md @@ -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 diff --git a/wpf/Docking/How-to/Configuring-a-build-machine-to-compile-projects-after-version-V81030.md b/wpf/Docking/How-to/Configuring-a-build-machine-to-compile-projects-after-version-V81030.md index 9a656bb91c..03b9791809 100644 --- a/wpf/Docking/How-to/Configuring-a-build-machine-to-compile-projects-after-version-V81030.md +++ b/wpf/Docking/How-to/Configuring-a-build-machine-to-compile-projects-after-version-V81030.md @@ -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® controls in a build machine, Syncfusion® helps to install the Link Install Setup. The setup installs Syncfusion® 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 diff --git a/wpf/Docking/How-to/Configuring-a-build-machine-to-compile.md b/wpf/Docking/How-to/Configuring-a-build-machine-to-compile.md index a29f947465..18e9dbe7b2 100644 --- a/wpf/Docking/How-to/Configuring-a-build-machine-to-compile.md +++ b/wpf/Docking/How-to/Configuring-a-build-machine-to-compile.md @@ -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® controls in a build machine, Syncfusion® helps to install the Link Install Setup. The setup installs Syncfusion® 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 diff --git a/wpf/Docking/How-to/Detect-the-closing-of-a-DockingManagerchild.md b/wpf/Docking/How-to/Detect-the-closing-of-a-DockingManagerchild.md index b1bdbcec67..d582b4ca93 100644 --- a/wpf/Docking/How-to/Detect-the-closing-of-a-DockingManagerchild.md +++ b/wpf/Docking/How-to/Detect-the-closing-of-a-DockingManagerchild.md @@ -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. diff --git a/wpf/Docking/How-to/Detect-whether-the-window-is-hosted-in-DockingManager.md b/wpf/Docking/How-to/Detect-whether-the-window-is-hosted-in-DockingManager.md index 5d8d9027a8..4d89035e09 100644 --- a/wpf/Docking/How-to/Detect-whether-the-window-is-hosted-in-DockingManager.md +++ b/wpf/Docking/How-to/Detect-whether-the-window-is-hosted-in-DockingManager.md @@ -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: diff --git a/wpf/Docking/How-to/Disable-Drag-and-Drop-of-TDI-items.md b/wpf/Docking/How-to/Disable-Drag-and-Drop-of-TDI-items.md index 579e16f105..fe5c524222 100644 --- a/wpf/Docking/How-to/Disable-Drag-and-Drop-of-TDI-items.md +++ b/wpf/Docking/How-to/Disable-Drag-and-Drop-of-TDI-items.md @@ -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: diff --git a/wpf/Docking/How-to/Disable-TabGroup-Resize-Preview.md b/wpf/Docking/How-to/Disable-TabGroup-Resize-Preview.md index 5f4f7a9643..39c001c09d 100644 --- a/wpf/Docking/How-to/Disable-TabGroup-Resize-Preview.md +++ b/wpf/Docking/How-to/Disable-TabGroup-Resize-Preview.md @@ -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. diff --git a/wpf/Docking/How-to/Disable-the-Resize-of-FloatWindow.md b/wpf/Docking/How-to/Disable-the-Resize-of-FloatWindow.md index 6a78104096..1bebb020d5 100644 --- a/wpf/Docking/How-to/Disable-the-Resize-of-FloatWindow.md +++ b/wpf/Docking/How-to/Disable-the-Resize-of-FloatWindow.md @@ -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. diff --git a/wpf/Docking/How-to/Enabledisable-TabItemContextMenu-and-TablistContextMenu.md b/wpf/Docking/How-to/Enabledisable-TabItemContextMenu-and-TablistContextMenu.md index cdf40705bb..581c8a35c0 100644 --- a/wpf/Docking/How-to/Enabledisable-TabItemContextMenu-and-TablistContextMenu.md +++ b/wpf/Docking/How-to/Enabledisable-TabItemContextMenu-and-TablistContextMenu.md @@ -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: diff --git a/wpf/Docking/How-to/Feature-to-resize-the-FloatWindow-dynamically-depend-on-child-size.md b/wpf/Docking/How-to/Feature-to-resize-the-FloatWindow-dynamically-depend-on-child-size.md index 1dc41b1d87..c3f5b6be1c 100644 --- a/wpf/Docking/How-to/Feature-to-resize-the-FloatWindow-dynamically-depend-on-child-size.md +++ b/wpf/Docking/How-to/Feature-to-resize-the-FloatWindow-dynamically-depend-on-child-size.md @@ -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. diff --git a/wpf/Docking/How-to/Hide-the-TDI-header-on-a-child.md b/wpf/Docking/How-to/Hide-the-TDI-header-on-a-child.md index 36dd0e0c63..ea5f9ed389 100644 --- a/wpf/Docking/How-to/Hide-the-TDI-header-on-a-child.md +++ b/wpf/Docking/How-to/Hide-the-TDI-header-on-a-child.md @@ -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. diff --git a/wpf/Docking/How-to/Position-FloatWindow-using-FloatWindowRect.md b/wpf/Docking/How-to/Position-FloatWindow-using-FloatWindowRect.md index 7cc110fa1a..c4ec1f71de 100644 --- a/wpf/Docking/How-to/Position-FloatWindow-using-FloatWindowRect.md +++ b/wpf/Docking/How-to/Position-FloatWindow-using-FloatWindowRect.md @@ -1,13 +1,13 @@ --- layout: post -title: Position FloatWindow in WPF DockingManager Control | Syncfusion® -description: Position floatwindow using floatwindowrect in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to position FloatWindow in WPF DockingManager | Syncfusion® +description: Learn here how to position floatwindow using floatwindowrect in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Position FloatWindow using FloatWindowRect +# How to position FloatWindow in WPF DockingManager FloatWindowRect is used to specify the Rect bounds for the float child that is displayed in FloatWindow. diff --git a/wpf/Docking/How-to/Remove-Individual-Menu-Items.md b/wpf/Docking/How-to/Remove-Individual-Menu-Items.md index 861158b543..b5a59eb909 100644 --- a/wpf/Docking/How-to/Remove-Individual-Menu-Items.md +++ b/wpf/Docking/How-to/Remove-Individual-Menu-Items.md @@ -1,13 +1,13 @@ --- layout: post -title: Remove Individual Menu Items | DockingManager | wpf | Syncfusion® -description: Remove individual menu items in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to remove Menu Items in WPF Docking | Syncfusion® +description: Learn here how to remove individual menu items in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Remove Individual Menu Items in WPF DockingManager +# How to remove Menu Items in WPF Docking We can remove individual MenuItem in ContextMenu using the following properties. The removal can be done by right clicking on it. diff --git a/wpf/Docking/How-to/Retrieve-the-AutoHidden-Window-height.md b/wpf/Docking/How-to/Retrieve-the-AutoHidden-Window-height.md index 80cd6f2574..5b1624abdf 100644 --- a/wpf/Docking/How-to/Retrieve-the-AutoHidden-Window-height.md +++ b/wpf/Docking/How-to/Retrieve-the-AutoHidden-Window-height.md @@ -1,13 +1,13 @@ --- layout: post -title: Retrieve the AutoHidden Window in WPF DockingManager | Syncfusion® -description: Retrieve the autohidden window height in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to retrieve AutoHidden Window height in WPF Docking | Syncfusion® +description: Learn here how to retrieve the autohidden window height in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Retrieve the AutoHidden Window height +# How to retrieve AutoHidden Window height in WPF Docking EndDockHeaderHeight is the property that is used to retrieve the AutoHidden Window height. diff --git a/wpf/Docking/How-to/Set-ActiveWindow-using-SetNewFocusedElement.md b/wpf/Docking/How-to/Set-ActiveWindow-using-SetNewFocusedElement.md index fbd92ceacb..7434268df1 100644 --- a/wpf/Docking/How-to/Set-ActiveWindow-using-SetNewFocusedElement.md +++ b/wpf/Docking/How-to/Set-ActiveWindow-using-SetNewFocusedElement.md @@ -1,13 +1,13 @@ --- layout: post -title: Set ActiveWindow using SetNewFocused in WPF DockingManager| Syncfusion® -description: Set activewindow using setnewfocusedelement in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to set ActiveWindow in WPF Docking | Syncfusion® +description: Learn here how to set activewindow using setnewfocusedelement in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Set ActiveWindow using SetNewFocusedElement() +# How to set ActiveWindow in WPF Docking This method is used to activate the new child as an active window and the focus is moved to the given child. diff --git a/wpf/Docking/How-to/Set-Header-Icon-for-MDI-Window.md b/wpf/Docking/How-to/Set-Header-Icon-for-MDI-Window.md index 2a5fae9aa7..2e3eab6a6a 100644 --- a/wpf/Docking/How-to/Set-Header-Icon-for-MDI-Window.md +++ b/wpf/Docking/How-to/Set-Header-Icon-for-MDI-Window.md @@ -1,13 +1,13 @@ --- layout: post -title: Set Header Icon for MDI Window | DockingManager | wpf | Syncfusion® -description: Set header icon for mdi window in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to set Header Icon for MDI Window in WPF Docking | Syncfusion® +description: Learn here how to set header icon for mdi window in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Set Header Icon for MDI Window +# How to set Header Icon for MDI Window in WPF Docking The Icon property is used to specify the icon for Document children. Consider the following code: diff --git a/wpf/Docking/How-to/Set-splitter-background-and-size.md b/wpf/Docking/How-to/Set-splitter-background-and-size.md index d72df9b585..0ff6b210bc 100644 --- a/wpf/Docking/How-to/Set-splitter-background-and-size.md +++ b/wpf/Docking/How-to/Set-splitter-background-and-size.md @@ -1,13 +1,13 @@ --- layout: post -title: Set splitter background and size | DockingManager | wpf | Syncfusion® -description: Set splitter background and size in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to set splitter background and size in WPF Docking | Syncfusion® +description: Learn here how to set splitter background and size in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -## Set splitter background and size +# How to set splitter background and size in WPF Docking SplitterBackground is the property used to apply background to splitter between docked Children. diff --git a/wpf/Docking/How-to/Unpin-all-AutoHide-window.md b/wpf/Docking/How-to/Unpin-all-AutoHide-window.md index 536fafe315..91396ab54c 100644 --- a/wpf/Docking/How-to/Unpin-all-AutoHide-window.md +++ b/wpf/Docking/How-to/Unpin-all-AutoHide-window.md @@ -1,13 +1,13 @@ --- layout: post -title: Unpin all AutoHide window | DockingManager | wpf | Syncfusion® -description: Unpin all autohide window in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to unpin all AutoHide window in WPF DockingManager | Syncfusion® +description: Learn here how to unpin all autohide window in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -## Unpin all AutoHide window +# How to unpin all AutoHide window in WPF DockingManager You can Unpin all AutoHidden windows by using the method UnPinAutoHide().This can be shown below: diff --git a/wpf/Docking/How-to/Use-FlipItems-property.md b/wpf/Docking/How-to/Use-FlipItems-property.md index 22ea1ef2d4..4706cccb86 100644 --- a/wpf/Docking/How-to/Use-FlipItems-property.md +++ b/wpf/Docking/How-to/Use-FlipItems-property.md @@ -1,13 +1,13 @@ --- layout: post -title: Use FlipItems property | DockingManager | wpf | Syncfusion® -description: Use flipitems property in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to use FlipItems property in WPF DockingManager | Syncfusion® +description: Learn here how to use flipitems property in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Use FlipItems property +# How to use FlipItems property in WPF DockingManager Returns the collection of children from DockingManager, without duplication of elements. diff --git a/wpf/Docking/How-to/Use-Host-under-the-mouse.md b/wpf/Docking/How-to/Use-Host-under-the-mouse.md index bf0e6baf75..15b772546e 100644 --- a/wpf/Docking/How-to/Use-Host-under-the-mouse.md +++ b/wpf/Docking/How-to/Use-Host-under-the-mouse.md @@ -1,13 +1,13 @@ --- layout: post -title: Use Host under the mouse | DockingManager | wpf | Syncfusion® -description: Use host under the mouse in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to use Host under the mouse in WPF DockingManager | Syncfusion® +description: Learn here how to use host under the mouse in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Use Host under the mouse +# How to use Host under the mouse in WPF DockingManager HostUnderMouse is the property, which is used to get the DockedElementTabHost that was under the dragged host. This can be used to update the relevant properties of Element Host while dragging the Float child. diff --git a/wpf/Docking/How-to/Using-of-IsDragging.md b/wpf/Docking/How-to/Using-of-IsDragging.md index 095ff1d485..77a857452e 100644 --- a/wpf/Docking/How-to/Using-of-IsDragging.md +++ b/wpf/Docking/How-to/Using-of-IsDragging.md @@ -1,13 +1,13 @@ --- layout: post -title: Using of IsDragging | DockingManager | wpf | Syncfusion® -description: Using of isdragging in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to use IsDragging in WPF DockingManager | Syncfusion® +description: Learn here how to use isdragging in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Using of IsDragging in WPF DockingManager control +# How to use IsDragging in WPF DockingManager IsDragging property is used to find whether dragging takes place or not. diff --git a/wpf/Docking/How-to/Using-the-FullScreen-mode.md b/wpf/Docking/How-to/Using-the-FullScreen-mode.md index 8337854590..f00039ea2a 100644 --- a/wpf/Docking/How-to/Using-the-FullScreen-mode.md +++ b/wpf/Docking/How-to/Using-the-FullScreen-mode.md @@ -1,13 +1,13 @@ --- layout: post -title: Using the FullScreen mode | DockingManager | wpf | Syncfusion® -description: Using the fullscreen mode in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. -platform: WPF +title: How to use the FullScreen mode in WPF DockingManager | Syncfusion® +description: Learn here how to use the fullscreen mode in Syncfusion® WPF Docking (DockingManager) control, its elements and more. +platform: wpf control: DockingManager documentation: ug --- -# Using the FullScreen mode +# How to use the FullScreen mode in WPF DockingManager The FullScreen Mode is used to display the control in full screen. This will be effective while you use TDI Modes. The TabPanel will be hidden and visible on mouse roll-over. For this, you have TDIFullScreenMode property. This property is of type FullScreen mode which has following values. diff --git a/wpf/Docking/Interactive-Features.md b/wpf/Docking/Interactive-Features.md index 03c5cbe6d6..2838d651e1 100644 --- a/wpf/Docking/Interactive-Features.md +++ b/wpf/Docking/Interactive-Features.md @@ -1,13 +1,13 @@ --- layout: post -title: Interactive Features | DockingManager | WPF | Syncfusion® -description: Interactive features of Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. +title: Interactive Features in WPF DockingManager Control | Syncfusion® +description: The interactive features in DockingManager enable drag, resize, dock, float, and tab interactions for child windows at run-time. platform: wpf control: DockingManager documentation: ug --- -# Interactive Features +# Interactive Features in WPF DockingManager Control A basic requirement in creating any WPF application that uses our DockingManager control, is the ability to set a window as an active window. DockingManager's [ActiveWindow](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockingManager.html#Syncfusion_Windows_Tools_Controls_DockingManager_ActiveWindow) property can be used for this. [ActiveWindow](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockingManager.html#Syncfusion_Windows_Tools_Controls_DockingManager_ActiveWindow) is an element, which returns a window object that is currently focused. To set a window as active, use the following code. diff --git a/wpf/Docking/Linked-Manager.md b/wpf/Docking/Linked-Manager.md index 2af1d85027..278211441c 100644 --- a/wpf/Docking/Linked-Manager.md +++ b/wpf/Docking/Linked-Manager.md @@ -1,12 +1,12 @@ --- layout: post -title: Linked Manager and Nested Docking in WPF Docking| Syncfusion® -description: Learn here all about Linked Manager and Nested Docking support in Syncfusion® WPF Docking (DockingManager) control and more. +title: Linked Manager in WPF DockingManager Control | Syncfusion® +description: Linked Manager and Nested Docking in DockingManager let you drag and drop panels between different managers and add nested managers. platform: wpf control: DockingManager documentation: ug --- -# Linked Manager and Nested Docking in WPF Docking +# Linked Manager in WPF DockingManager Control ## Linked Manager diff --git a/wpf/Docking/Localization.md b/wpf/Docking/Localization.md index 3666e8cd7a..a98cd03d6c 100644 --- a/wpf/Docking/Localization.md +++ b/wpf/Docking/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization | DockingManager | WPF | Syncfusion® -description: Learn here about Localization in Syncfusion® Essential Studio® WPF DockingManager control, its elements and more. +title: Localization in WPF DockingManager Control | Syncfusion® +description: The localization in DockingManager lets you translate caption, context menu, and tab text of docked windows into any desired language. platform: wpf control: DockingManager documentation: ug --- -# Localization in WPF DockingManager control +# Localization in WPF DockingManager Control Localization customizes the application towards a specific language and region. Syncfusion® Tools allow you to set custom resources through a `.resx` file. The table below shows how each DockingManager property is localized in English and French. diff --git a/wpf/Docking/MDI-TDI-functionalities.md b/wpf/Docking/MDI-TDI-functionalities.md index feac6ed67b..b341728a41 100644 --- a/wpf/Docking/MDI-TDI-functionalities.md +++ b/wpf/Docking/MDI-TDI-functionalities.md @@ -1,13 +1,13 @@ --- layout: post -title: MDI/TDI functionalities in WPF Docking control | Syncfusion® -description: Learn here all about MDI/TDI functionalities support in Syncfusion® WPF Docking (DockingManager) control and more. +title: MDI/TDI functionalities in WPF DockingManager Control | Syncfusion® +description: The MDI/TDI functionalities in DockingManager let you work with multiple document interface and tabbed document interface child windows. platform: wpf control: DockingManager documentation: ug --- -# MDI/TDI functionalities in WPF Docking (DockingManager) +# MDI/TDI functionalities in WPF DockingManager Control The MDI and TDI functionalities are applicable for the Document window in the DockingManager. So Document window can be displayed in both Multiple Document Interface and Tabbed Document Interface. diff --git a/wpf/Docking/Other-Features.md b/wpf/Docking/Other-Features.md index 26e34032c0..12015c3e0c 100644 --- a/wpf/Docking/Other-Features.md +++ b/wpf/Docking/Other-Features.md @@ -1,7 +1,7 @@ --- layout: post -title: Other Features | DockingManager | WPF | Syncfusion® -description: Other features of Syncfusion® Essential Studio® WPF DockingManager control, its elements, features and more. +title: Other Features in WPF DockingManager Control | Syncfusion® +description: Other features in DockingManager include custom context menus, drag-and-drop indicators, and runtime window customization options. platform: wpf control: DockingManager documentation: ug diff --git a/wpf/Docking/Overview.md b/wpf/Docking/Overview.md index b8a2248414..ff552d43cd 100644 --- a/wpf/Docking/Overview.md +++ b/wpf/Docking/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About WPF Docking control | Syncfusion® -description: Learn here all about introduction of Syncfusion® WPF Docking (DockingManager) control, its elements and more details. -platform: WPF +title: About Syncfusion WPF Docking Control | Syncfusion® +description: Learn about introduction/overview of Syncfusion Essential Studio WPF Docking (DockingManager) control and more details. +platform: wpf control: DockingManager documentation: ug --- -# WPF Docking (DockingManager) Overview +# About Syncfusion WPF Docking (DockingManager) Control The [DockingManager](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockingManager.html) control implements an architecture that allows child controls to be docked at any part of a window as in Microsoft Visual Studio. The dock panels containing the child elements can be interactively dragged to any area within the window. These windows can also be floated, tabbed, and auto hidden at run time. diff --git a/wpf/Docking/Pattern-and-Practices.md b/wpf/Docking/Pattern-and-Practices.md index a1470e70ba..20359b1671 100644 --- a/wpf/Docking/Pattern-and-Practices.md +++ b/wpf/Docking/Pattern-and-Practices.md @@ -1,12 +1,12 @@ --- layout: post -title: Patterns and Practices in WPF Docking control | Syncfusion® -description: Learn here all about Patterns and Practices support in Syncfusion® WPF Docking (DockingManager) control and more. +title: Patterns and Practices in WPF DockingManager Control | Syncfusion® +description: Patterns and practices in DockingManager guide you on best practices for layout design, performance, and docking scenarios. platform: wpf control: DockingManager documentation: ug --- -# Patterns and Practices in WPF Docking (DockingManager) +# Patterns and Practices in WPF DockingManager Control ## MVVM diff --git a/wpf/Docking/State-Persistence.md b/wpf/Docking/State-Persistence.md index 9cc9db09db..f9ab21e6b0 100644 --- a/wpf/Docking/State-Persistence.md +++ b/wpf/Docking/State-Persistence.md @@ -1,12 +1,12 @@ --- layout: post -title: State Persistence in WPF Docking control | Syncfusion® -description: Learn here all about State Persistence support in Syncfusion® WPF Docking (DockingManager) control and more. +title: State Persistence in WPF DockingManager Control | Syncfusion® +description: The state persistence in DockingManager lets you save and restore the layout, state, and position of docked child windows. platform: wpf control: DockingManager documentation: ug --- -# State Persistence in WPF Docking (DockingManager) +# State Persistence in WPF DockingManager Control State persistence is the combined process of serialization and deserialization. diff --git a/wpf/Docking/Styling-and-Templates.md b/wpf/Docking/Styling-and-Templates.md index 5779ce361e..0867343cc6 100644 --- a/wpf/Docking/Styling-and-Templates.md +++ b/wpf/Docking/Styling-and-Templates.md @@ -1,14 +1,14 @@ --- layout: post -title: Styling and Templates in WPF Docking control | Syncfusion® -description: Learn here all about Styling and Templates support in Syncfusion® WPF Docking (DockingManager) control and more. +title: Styling and Templates in WPF DockingManager Control | Syncfusion® +description: Styling and templates in DockingManager let you customize the look and feel of docked, floating, auto-hide, and tabbed windows. platform: wpf control: DockingManager documentation: ug --- -# Styling and Templates in WPF Docking (DockingManager) +# Styling and Templates in WPF DockingManager Control The UI for Dock, Float and Document windows of DockingManager can be changed using different Styles and Templates. diff --git a/wpf/Docking/Tabbed-Window.md b/wpf/Docking/Tabbed-Window.md index b5f698f860..52baf95be6 100644 --- a/wpf/Docking/Tabbed-Window.md +++ b/wpf/Docking/Tabbed-Window.md @@ -1,12 +1,12 @@ --- layout: post -title: Tabbed Window in WPF Docking control | Syncfusion® -description: Learn here all about Tabbed Window support in Syncfusion® WPF Docking (DockingManager) control and more. +title: Tabbed Window in WPF DockingManager Control | Syncfusion® +description: The tabbed window in DockingManager groups multiple child windows in tabs to organize and switch between docked windows easily. platform: wpf control: DockingManager documentation: ug --- -# Tabbed Window in WPF Docking (DockingManager) +# Tabbed Window in WPF DockingManager Control Child window can be arranged as Tabbed windows by setting TargetName and side value as `Tabbed` using the property [SideInDockedMode](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockItem.html#Syncfusion_Windows_Tools_Controls_DockItem_SideInDockedMode). diff --git a/wpf/Ribbon/ApplicationMenu.md b/wpf/Ribbon/ApplicationMenu.md index 00dc8222ac..de564acb3e 100644 --- a/wpf/Ribbon/ApplicationMenu.md +++ b/wpf/Ribbon/ApplicationMenu.md @@ -1,13 +1,13 @@ --- layout: post -title: Application Menu in WPF Ribbon control | Syncfusion® -description: Learn about Application Menu support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: Application Menu in WPF Ribbon Control | Syncfusion® +description: The Application Menu in Ribbon provides a dropdown menu at the top-left corner of the form to add commands and access application options. platform: wpf control: Ribbon documentation: ug --- -# Application Menu in WPF Ribbon +# Application Menu in WPF Ribbon Control The [`ApplicationMenu`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.ApplicationMenu.html) can be added by using [`ApplicationMenu`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.Ribbon.html#Syncfusion_Windows_Tools_Controls_Ribbon_ApplicationMenu) property of Ribbon. To show the [`ApplicationMenu`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.ApplicationMenu.html), click the **FILE** button in Ribbon like in Microsoft Outlook. diff --git a/wpf/Ribbon/Backstage.md b/wpf/Ribbon/Backstage.md index b5190d1a9e..5625d9899e 100644 --- a/wpf/Ribbon/Backstage.md +++ b/wpf/Ribbon/Backstage.md @@ -1,13 +1,13 @@ --- layout: post -title: Backstage in WPF Ribbon control | Syncfusion® -description: Learn about Backstage support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: Backstage in WPF Ribbon Control | Syncfusion® +description: The Backstage in Ribbon appears when clicking the application button and provides full-window access to document actions like Save and Print. platform: wpf control: Ribbon documentation: ug --- -# BackStage in WPF Ribbon +# BackStage in WPF Ribbon Control Backstage is a separate view containing tabs and buttons that can show an application’s information and basic settings. The backstage items can also be arranged at either the top or bottom. It provides different types of animations such as fade, scale, and zoom as well as support to customize the animation duration. diff --git a/wpf/Ribbon/CreatingRibbonModelTab.md b/wpf/Ribbon/CreatingRibbonModelTab.md index dd819f35e7..e9da6285d7 100644 --- a/wpf/Ribbon/CreatingRibbonModelTab.md +++ b/wpf/Ribbon/CreatingRibbonModelTab.md @@ -1,12 +1,12 @@ --- layout: post -title: Ribbon ModelTab in WPF Ribbon control | Syncfusion® -description: Learn about Ribbon ModelTab support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: Ribbon ModelTab in WPF Ribbon Control | Syncfusion® +description: The Ribbon ModelTab in Ribbon lets you build ribbon tabs from a data model using MVVM-friendly API for dynamic tab generation. platform: wpf control: Ribbon documentation: ug --- -# Ribbon ModelTab in WPF Ribbon +# Ribbon ModelTab in WPF Ribbon Control Modal Tabs in the Ribbon Control are used to display a collection of commands other than the commands which are available in the core tabs. At this point, the core tab gets disabled. diff --git a/wpf/Ribbon/DealingWithRibbon.md b/wpf/Ribbon/DealingWithRibbon.md index 33a96cab83..bc4d8b73ef 100644 --- a/wpf/Ribbon/DealingWithRibbon.md +++ b/wpf/Ribbon/DealingWithRibbon.md @@ -1,12 +1,12 @@ --- layout: post -title: Dealing with Ribbon in WPF Ribbon control | Syncfusion® -description: Learn about Dealing with Ribbon support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: Dealing with Ribbon in WPF Ribbon Control | Syncfusion® +description: Dealing with Ribbon covers ribbon state management, configuration, and customization to build a complete ribbon-based application UI. platform: wpf control: Ribbon documentation: ug --- -# Dealing with Ribbon in WPF Ribbon +# Dealing with Ribbon in WPF Ribbon Control The Ribbon can be changed into three different states: `Normal`, `Hide`, and `Adorner`. diff --git a/wpf/Ribbon/DealingWithRibbonItems.md b/wpf/Ribbon/DealingWithRibbonItems.md index 9fec8d6bf5..5bf33ed49f 100644 --- a/wpf/Ribbon/DealingWithRibbonItems.md +++ b/wpf/Ribbon/DealingWithRibbonItems.md @@ -1,12 +1,12 @@ --- layout: post -title: Dealing with Ribbon Items in WPF Ribbon control | Syncfusion® -description: Learn about Dealing with Ribbon Items support in Syncfusion® WPF Ribbon control, its elements and more. +title: Dealing with Ribbon Items in WPF Ribbon Control | Syncfusion® +description: Dealing with Ribbon items covers working with individual ribbon controls like buttons, galleries, drop-downs, and their properties. platform: wpf control: Ribbon documentation: ug --- -# Dealing with Ribbon Items in WPF Ribbon +# Dealing with Ribbon Items in WPF Ribbon Control A Button Panel represents a panel control that can display a horizontal row of Ribbon Items in a single border. It is used to manage the place for the controls. diff --git a/wpf/Ribbon/GettingStarted.md b/wpf/Ribbon/GettingStarted.md index 388da78605..f087e27f50 100644 --- a/wpf/Ribbon/GettingStarted.md +++ b/wpf/Ribbon/GettingStarted.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started with WPF Ribbon control | Syncfusion® -description: Learn here about getting started with Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +description: Learn how to get started with the Syncfusion WPF Ribbon control. Explore setup, features, examples, and customization options. platform: wpf control: Ribbon documentation: ug diff --git a/wpf/Ribbon/How-To/Handle-event-to-Open-or-Close-the-PopUp-of-ApplicationMenu.md b/wpf/Ribbon/How-To/Handle-event-to-Open-or-Close-the-PopUp-of-ApplicationMenu.md index 3a987d032f..9e61fa4bfa 100644 --- a/wpf/Ribbon/How-To/Handle-event-to-Open-or-Close-the-PopUp-of-ApplicationMenu.md +++ b/wpf/Ribbon/How-To/Handle-event-to-Open-or-Close-the-PopUp-of-ApplicationMenu.md @@ -1,13 +1,13 @@ --- layout: post -title: Handle PopUp opening and Closing event in WPF Ribbon | Syncfusion® -description: handle event to detect the opening and closing of applicationmenu in Syncfusion® WPF Ribbon control, its elements and more. -platform: WPF +title: How to handle PopUp event in WPF Ribbon | Syncfusion® +description: Learn here how to handle event to detect the opening and closing of applicationmenu in Syncfusion® WPF Ribbon control, its elements and more. +platform: wpf control: Ribbon documentation: ug --- -# Handle Pop-Up Opening and Closing Event in ApplicationMenu +# How to handle PopUp event in WPF Ribbon To perform the action based on opening and closing of the ApplicationMenu, make use of `IsPopupOpenChanged` event. diff --git a/wpf/Ribbon/KeyBoardSupport.md b/wpf/Ribbon/KeyBoardSupport.md index 001be9e6e8..e45086a1fd 100644 --- a/wpf/Ribbon/KeyBoardSupport.md +++ b/wpf/Ribbon/KeyBoardSupport.md @@ -1,12 +1,12 @@ --- layout: post -title: KeyBoard Support in WPF Ribbon control | Syncfusion® -description: Learn about KeyBoard Support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: KeyBoard Support in WPF Ribbon Control | Syncfusion® +description: Keyboard support in Ribbon provides KeyTip support to invoke any ribbon command using keyboard shortcuts and accessibility features. platform: wpf control: Ribbon documentation: ug --- -# KeyBoard Support in WPF Ribbon +# KeyBoard Support in WPF Ribbon Control To invoke any command using KeyBoard, Ribbon control provides KeyTip support to access the RibbonItem. On pressing Alt key, KeyTips for the corresponding RibbonItem gets displayed. diff --git a/wpf/Ribbon/Overview.md b/wpf/Ribbon/Overview.md index 42340bcba2..d8d654fb81 100644 --- a/wpf/Ribbon/Overview.md +++ b/wpf/Ribbon/Overview.md @@ -1,12 +1,12 @@ --- layout: post -title: About WPF Ribbon control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: About Syncfusion WPF Ribbon Control | Syncfusion® +description: Learn about introduction and overview of Syncfusion Essential Studio WPF Ribbon control, its components, and more details. platform: wpf control: Ribbon documentation: ug --- -# WPF Ribbon control Overview +# About Syncfusion WPF Ribbon Control The [WPF Ribbon](https://www.syncfusion.com/wpf-controls/ribbon) illustrates the implementation of Office UI with Ribbon items and Backstage. Also RibbonWindow has been implemented for giving a themed Office UI look and feel for the traditional window. Functionality of keyboard navigation, Tooltips and Key tips are provided for access to items present in the ribbon. diff --git a/wpf/Ribbon/PatternsAndPractices.md b/wpf/Ribbon/PatternsAndPractices.md index 67691c0da9..9a0359e1e2 100644 --- a/wpf/Ribbon/PatternsAndPractices.md +++ b/wpf/Ribbon/PatternsAndPractices.md @@ -1,12 +1,12 @@ --- layout: post -title: Patterns and Practices in WPF Ribbon control | Syncfusion® -description: Learn about Patterns and Practices support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: Patterns and Practices in WPF Ribbon Control | Syncfusion® +description: Patterns and practices in Ribbon guide you on MVVM usage, command binding, and recommended approaches for ribbon development. platform: wpf control: Ribbon documentation: ug --- -# Patterns and Practices in WPF Ribbon +# Patterns and Practices in WPF Ribbon Control ## Ribbon with MVVM diff --git a/wpf/Ribbon/RibbonButton.md b/wpf/Ribbon/RibbonButton.md index f5aac3b71a..f001a8c6d5 100644 --- a/wpf/Ribbon/RibbonButton.md +++ b/wpf/Ribbon/RibbonButton.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonButton in WPF Ribbon control | Syncfusion® -description: Learn about RibbonButton support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: RibbonButton in WPF Ribbon Control | Syncfusion® +description: The RibbonButton in Ribbon lets you add clickable buttons with icons, labels, and tooltips to ribbon tabs and quick access toolbar. platform: wpf control: Ribbon documentation: ug --- -# RibbonButton in WPF Ribbon +# RibbonButton in WPF Ribbon Control **RibbonButton** provides functionality similar to a normal button. Additionally, it comes in different sizes and can be easily placed inside the **RibbonBar** in the Ribbon control. diff --git a/wpf/Ribbon/RibbonCheckBox.md b/wpf/Ribbon/RibbonCheckBox.md index 060ed9ddbb..08524f534f 100644 --- a/wpf/Ribbon/RibbonCheckBox.md +++ b/wpf/Ribbon/RibbonCheckBox.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonCheckBox in WPF Ribbon control | Syncfusion® -description: Learn about RibbonCheckBox support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: RibbonCheckBox in WPF Ribbon Control | Syncfusion® +description: The RibbonCheckBox in Ribbon lets you add checkable controls with labels to enable or disable options within ribbon groups. platform: wpf control: Ribbon documentation: ug --- -# RibbonCheckBox in WPF Ribbon +# RibbonCheckBox in WPF Ribbon Control [RibbonCheckBox](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonCheckBox.html) is used to select or unselect options. It provides a similar set of functionalities to a normal CheckBox control in [Ribbon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.Ribbon.html). diff --git a/wpf/Ribbon/RibbonComboBox.md b/wpf/Ribbon/RibbonComboBox.md index 626d69dbe4..f314e5d965 100644 --- a/wpf/Ribbon/RibbonComboBox.md +++ b/wpf/Ribbon/RibbonComboBox.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonComboBox in WPF Ribbon control | Syncfusion® -description: Learn about RibbonComboBox support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. +title: RibbonComboBox in WPF Ribbon Control | Syncfusion® +description: The RibbonComboBox in Ribbon lets you add a combo box control to ribbon tabs to select from a dropdown list of items. platform: wpf control: Ribbon documentation: ug --- -# RibbonComboBox in WPF Ribbon +# RibbonComboBox in WPF Ribbon Control RibbonComboBox control is used to display the list of items, as ComboBox. diff --git a/wpf/Ribbon/RibbonCustomization.md b/wpf/Ribbon/RibbonCustomization.md index 49480049f6..a62a9bb3fb 100644 --- a/wpf/Ribbon/RibbonCustomization.md +++ b/wpf/Ribbon/RibbonCustomization.md @@ -1,12 +1,12 @@ --- layout: post -title: Quick Access ToolBar in WPF Ribbon control | Syncfusion® -description: Learn about Quick Access ToolBar support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Quick Access ToolBar in WPF Ribbon Control | Syncfusion® +description: Ribbon Customization lets you customize ribbon context menu, add or remove items from the Quick Access Toolbar, and modify layout. +platform: wpf control: Ribbon documentation: ug --- -# Ribbon Context Menu in WPF Ribbon +# Ribbon Context Menu in WPF Ribbon Control RibbonContextMenu allows you to customize the Ribbon with the Right Click and it displays different functions for Ribbon and RibbonItems. diff --git a/wpf/Ribbon/RibbonDropDownButton.md b/wpf/Ribbon/RibbonDropDownButton.md index f6ba9b3144..b750005f38 100644 --- a/wpf/Ribbon/RibbonDropDownButton.md +++ b/wpf/Ribbon/RibbonDropDownButton.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonDropDownButton in WPF Ribbon control | Syncfusion® -description: Learn about RibbonDropDownButton support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonDropDownButton in WPF Ribbon Control | Syncfusion® +description: The RibbonDropDownButton in Ribbon lets you add a button that opens a dropdown with multiple commands or options. +platform: wpf control: Ribbon documentation: ug --- -# RibbonDropDownButton in WPF Ribbon +# RibbonDropDownButton in WPF Ribbon Control DropDownButton appears like normal button that contains a drop arrow. It displays some items when clicked. It accepts `DropDownMenuItem` as its children. diff --git a/wpf/Ribbon/RibbonGallery.md b/wpf/Ribbon/RibbonGallery.md index 8179e0f0e7..c8c9d798b8 100644 --- a/wpf/Ribbon/RibbonGallery.md +++ b/wpf/Ribbon/RibbonGallery.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonGallery in WPF Ribbon control | Syncfusion® -description: Learn about RibbonGallery support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonGallery in WPF Ribbon Control | Syncfusion® +description: The RibbonGallery in Ribbon lets you display a collection of items in a visual grid for selection, similar to Microsoft Office galleries. +platform: wpf control: Ribbon documentation: ug --- -# RibbonGallery in WPF Ribbon +# RibbonGallery in WPF Ribbon Control RibbonGallery provides `VisualMode` property, that helps to display items in two different ways. diff --git a/wpf/Ribbon/RibbonItemHost.md b/wpf/Ribbon/RibbonItemHost.md index b78473e605..67dc6b5232 100644 --- a/wpf/Ribbon/RibbonItemHost.md +++ b/wpf/Ribbon/RibbonItemHost.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonItemHost in WPF Ribbon control | Syncfusion® -description: Learn about RibbonItemHost support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonItemHost in WPF Ribbon Control | Syncfusion® +description: The RibbonItemHost in Ribbon lets you host any WPF content or control inside a ribbon group with full layout support. +platform: wpf control: Ribbon documentation: ug --- -# RibbonItemHost in WPF Ribbon +# RibbonItemHost in WPF Ribbon Control WPF Ribbon allows adding any control within the RibbonBar but it does not provide support to add that control in QAT or customize using QAT customization dialog. However, the [`RibbonItemHost`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonItemHost.html) allows hosting any control, such as a ComboBox, TextBox, RadioButton, CheckBox, and more to be displayed on the [`RibbonBar`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonBar.html) and also allows to add in [`QuickAccessToolBar`](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.QuickAccessToolBar.html) or customize using QAT customization dialog. diff --git a/wpf/Ribbon/RibbonListBox.md b/wpf/Ribbon/RibbonListBox.md index 664c2a0b52..c010c3fd99 100644 --- a/wpf/Ribbon/RibbonListBox.md +++ b/wpf/Ribbon/RibbonListBox.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonListBox in WPF Ribbon control | Syncfusion® -description: Learn about RibbonListBox support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonListBox in WPF Ribbon Control | Syncfusion® +description: The RibbonListBox in Ribbon lets you add a list of selectable items to ribbon groups with single or multiple selection support. +platform: wpf control: Ribbon documentation: ug --- -# RibbonListBox in WPF Ribbon +# RibbonListBox in WPF Ribbon Control `RibbonListBox` control is used to display a list of items in a Ribbon. It accepts any type of content as RibbonListBox items, but uses `ListBoxItem` by default. diff --git a/wpf/Ribbon/RibbonMenuItem.md b/wpf/Ribbon/RibbonMenuItem.md index d2ff6311a8..8854056152 100644 --- a/wpf/Ribbon/RibbonMenuItem.md +++ b/wpf/Ribbon/RibbonMenuItem.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonMenuItem in WPF Ribbon control | Syncfusion® -description: Learn about RibbonMenuItem support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonMenuItem in WPF Ribbon Control | Syncfusion® +description: The RibbonMenuItem in Ribbon lets you add menu items with sub-menus, icons, and checkable options to ribbon dropdowns. +platform: wpf control: Ribbon documentation: ug --- -# RibbonMenuItem in WPF Ribbon +# RibbonMenuItem in WPF Ribbon Control `RibbonMenuItem` is used as an entity in menus like ApplicationMenu, DropDownButton, SplitButton, context menu, and so on. diff --git a/wpf/Ribbon/RibbonMerge.md b/wpf/Ribbon/RibbonMerge.md index d970523cca..d5ef9f6e43 100644 --- a/wpf/Ribbon/RibbonMerge.md +++ b/wpf/Ribbon/RibbonMerge.md @@ -1,13 +1,13 @@ --- layout: post -title: Ribbon Merge in WPF Ribbon control | Syncfusion® -description: Learn about Ribbon Merge support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Ribbon Merge in WPF Ribbon Control | Syncfusion® +description: Ribbon Merge in Ribbon lets you merge the ribbon tabs of a child window into the parent window's ribbon for MDI scenarios. +platform: wpf control: Ribbon documentation: ug --- -# Ribbon Merge in WPF Ribbon +# Ribbon Merge in WPF Ribbon Control WPF [Ribbon](https://help.syncfusion.com/wpf/ribbon/gettingstarted) allows merging the [RibbonTab](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonTab.html) and [RibbonBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonBar.html) of two different Ribbon controls in MDI applications. [DocumentContainer.MDIParentRibbon](https://help.syncfusion.com/cr/wpf/Syncfusion.Tools.Wpf~Syncfusion.Windows.Tools.Controls.DocumentContainer~MDIParentRibbon.html), [RibbonTab.MergeType](https://help.syncfusion.com/cr/wpf/Syncfusion.Tools.Wpf~Syncfusion.Windows.Tools.Controls.RibbonTab~MergeType.html) and [RibbonTab.MergeOrder](https://help.syncfusion.com/cr/wpf/Syncfusion.Tools.Wpf~Syncfusion.Windows.Tools.Controls.RibbonTab~MergeOrder.html) properties helps to perform menu merging. diff --git a/wpf/Ribbon/RibbonRadioButton.md b/wpf/Ribbon/RibbonRadioButton.md index b8ae01fc32..78f0d787cb 100644 --- a/wpf/Ribbon/RibbonRadioButton.md +++ b/wpf/Ribbon/RibbonRadioButton.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonRadioButton in WPF Ribbon control | Syncfusion® -description: Learn about RibbonRadioButton support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonRadioButton in WPF Ribbon Control | Syncfusion® +description: The RibbonRadioButton in Ribbon lets you add radio buttons to ribbon groups for mutually exclusive option selection. +platform: wpf control: Ribbon documentation: ug --- -# RibbonRadioButton in WPF Ribbon +# RibbonRadioButton in WPF Ribbon Control The RibbonRadioButton control is used to select an option, similar to a normal RadioButton. diff --git a/wpf/Ribbon/RibbonSeparator.md b/wpf/Ribbon/RibbonSeparator.md index 62223362d2..26f8727052 100644 --- a/wpf/Ribbon/RibbonSeparator.md +++ b/wpf/Ribbon/RibbonSeparator.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonSeparator in WPF Ribbon control | Syncfusion® -description: Learn about RibbonSeparator support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonSeparator in WPF Ribbon Control | Syncfusion® +description: The RibbonSeparator in Ribbon lets you add visual separators between ribbon items to organize and group related controls. +platform: wpf control: Ribbon documentation: ug --- -# RibbonSeparator in WPF Ribbon +# RibbonSeparator in WPF Ribbon Control The `RibbonSeparator` is used to separate similar sets of Ribbon elements in Ribbon. It can separate RibbonButtons according to their purpose. diff --git a/wpf/Ribbon/RibbonSplitButton.md b/wpf/Ribbon/RibbonSplitButton.md index e7d50f508c..dfab66c7d0 100644 --- a/wpf/Ribbon/RibbonSplitButton.md +++ b/wpf/Ribbon/RibbonSplitButton.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonSplitButton in WPF Ribbon control | Syncfusion® -description: Learn about RibbonSplitButton support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonSplitButton in WPF Ribbon Control | Syncfusion® +description: The RibbonSplitButton in Ribbon combines a button and a dropdown to provide a primary action and related secondary options. +platform: wpf control: Ribbon documentation: ug --- -# RibbonSplitButton in WPF Ribbon +# RibbonSplitButton in WPF Ribbon Control SplitButton can perform like both normal Button as well as DropDownButton. It allows you to click the button directly by clicking the upper part of the button and also it display list of items while click on the arrow. diff --git a/wpf/Ribbon/RibbonStatusBar.md b/wpf/Ribbon/RibbonStatusBar.md index 30f4c0fa7b..d7bb25717f 100644 --- a/wpf/Ribbon/RibbonStatusBar.md +++ b/wpf/Ribbon/RibbonStatusBar.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonStatusBar in WPF Ribbon control | Syncfusion® -description: Learn about RibbonStatusBar support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonStatusBar in WPF Ribbon Control | Syncfusion® +description: The RibbonStatusBar in Ribbon lets you display status information, indicators, and controls at the bottom of the ribbon window. +platform: wpf control: Ribbon documentation: ug --- -# RibbonStatusBar in WPF Ribbon +# RibbonStatusBar in WPF Ribbon Control The [RibbonStatusBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonStatusBar.html) control is added to [RibbonWindow](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.RibbonWindow.html) to display the current status of the application or document, similar to Microsoft Office. diff --git a/wpf/Ribbon/RibbonTabPanelItem.md b/wpf/Ribbon/RibbonTabPanelItem.md index a61fa35ab6..a704e60554 100644 --- a/wpf/Ribbon/RibbonTabPanelItem.md +++ b/wpf/Ribbon/RibbonTabPanelItem.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonTabPanelItem in WPF Ribbon control | Syncfusion® -description: Learn about RibbonTabPanelItem support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonTabPanelItem in WPF Ribbon Control | Syncfusion® +description: The RibbonTabPanelItem in Ribbon lets you host any custom content within a ribbon tab panel with full layout flexibility. +platform: wpf control: Ribbon documentation: ug --- -# RibbonTabPanelItem in WPF Ribbon +# RibbonTabPanelItem in WPF Ribbon Control `RibbonTabPanelItem` is used to display items below application Close button and above the `RibbonBar` content area. It is usually aligned in the right side of the Ribbon and we can place desired items like emojis, help button etc., in this Tab panel. diff --git a/wpf/Ribbon/RibbonTextBox.md b/wpf/Ribbon/RibbonTextBox.md index 3212798e6a..0cc4eca60d 100644 --- a/wpf/Ribbon/RibbonTextBox.md +++ b/wpf/Ribbon/RibbonTextBox.md @@ -1,12 +1,12 @@ --- layout: post -title: RibbonTextBox in WPF Ribbon control | Syncfusion® -description: Learn about RibbonTextBox support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: RibbonTextBox in WPF Ribbon Control | Syncfusion® +description: The RibbonTextBox in Ribbon lets you add a text input control to ribbon groups for entering and editing text values. +platform: wpf control: Ribbon documentation: ug --- -# RibbonTextBox in WPF Ribbon +# RibbonTextBox in WPF Ribbon Control The `RibbonTextBox` control provides a similar set of functionalities to a normal TextBox control in a Ribbon instance. @@ -52,7 +52,7 @@ _ribbonBar2.Items.Add(_ribbonTextBox) {% endtabs %} -![Adding text box to the ribbon](RibbonTextBox_images/RibbonTextBox_img1.jpg) +![Adding text box to the ribbon](RibbonTextBox_images/wpf-ribbon-textbox.jpg) ## Add TextBox to the simplified layout @@ -117,7 +117,7 @@ SfSkinManager.SetVisualStyle(this, VisualStyles.MaterialLight); {% endtabs %} -![RibbonTextBox during simplified layout](RibbonTextBox_images/RibbonTextBox_Simplified.png) +![RibbonTextBox during simplified layout](RibbonTextBox_images/wpf-ribbon-textbox-in-simplified-layout.png) When arranging in simplified layout alone, the **Margin**, **Width** and **Height** values of the RibbonTextBox can be ignored as it will be resized automatically to the standard width and height. If the RibbonTextBox is to be shown in both normal and simplified layout, the **Margin**, **Width** and **Height** properties can be set for normal layout alone using triggers. diff --git a/wpf/Ribbon/SimpleMenuButton.md b/wpf/Ribbon/SimpleMenuButton.md index d38e698ad3..247b6e269a 100644 --- a/wpf/Ribbon/SimpleMenuButton.md +++ b/wpf/Ribbon/SimpleMenuButton.md @@ -1,12 +1,12 @@ --- layout: post -title: SimpleMenuButton in WPF Ribbon control | Syncfusion® -description: Learn about SimpleMenuButton support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: SimpleMenuButton in WPF Ribbon Control | Syncfusion® +description: The SimpleMenuButton in Ribbon lets you add a lightweight menu button to ribbon tabs for simple dropdown menus. +platform: wpf control: Ribbon documentation: ug --- -# SimpleMenuButton in WPF Ribbon +# SimpleMenuButton in WPF Ribbon Control `SimpleMenuButton` provides functionality similar to other menu button and it doesn't carries a sub menu. It can be used with `ApplicationMenu` and it can also be placed inside the `RibbonBar` in Ribbon control. diff --git a/wpf/Ribbon/SimplifiedLayout.md b/wpf/Ribbon/SimplifiedLayout.md index a2b2461f11..172620f0fc 100644 --- a/wpf/Ribbon/SimplifiedLayout.md +++ b/wpf/Ribbon/SimplifiedLayout.md @@ -1,12 +1,12 @@ --- layout: post -title: Simplified Layout in WPF Ribbon control | Syncfusion® -description: Learn about Simplified Layout support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Simplified Layout in WPF Ribbon Control | Syncfusion® +description: The Simplified Layout in Ribbon displays commonly used commands in a single line, allowing more screen space for content viewing. +platform: wpf control: Ribbon documentation: ug --- -# Simplified Layout in WPF Ribbon +# Simplified Layout in WPF Ribbon Control The Ribbon is available in simplified layout which is designed to display the most commonly used Ribbon commands in a single line interface, allowing more screen space for compact viewing of the content. For the best user experience, the other Ribbon commands are located under the overflow menu. It also provides option to switch back and forth between the simplified and the normal layout using the minimize button. diff --git a/wpf/Ribbon/StatePersistence.md b/wpf/Ribbon/StatePersistence.md index 38dbfd921c..04cc124482 100644 --- a/wpf/Ribbon/StatePersistence.md +++ b/wpf/Ribbon/StatePersistence.md @@ -1,13 +1,13 @@ --- layout: post -title: Serialization and Deserialization in WPF Ribbon control | Syncfusion® -description: Learn about Serialization and Deserialization support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Serialization and Deserialization in WPF Ribbon Control | Syncfusion® +description: Serialization and Deserialization in Ribbon lets you save and load the ribbon state, tab order, and QAT items to persist UI. +platform: wpf control: Ribbon documentation: ug --- -# Serialization and Deserialization in WPF Ribbon +# Serialization and Deserialization in WPF Ribbon Control State persistence is a combined process of serialization and deserialization. Serialization is the process of converting the state of the object to the format in which it can be stored as a file in the memory. Deserialization is a complementary process of serialization that converts the stored state information back into an object. diff --git a/wpf/Ribbon/StylingAndTemplates.md b/wpf/Ribbon/StylingAndTemplates.md index 1ffa4c6d33..f2cda0bb30 100644 --- a/wpf/Ribbon/StylingAndTemplates.md +++ b/wpf/Ribbon/StylingAndTemplates.md @@ -1,12 +1,12 @@ --- layout: post -title: Styling and Templates in WPF Ribbon control | Syncfusion® -description: Learn about Styling and Templates support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Styling and Templates in WPF Ribbon Control | Syncfusion® +description: Styling and templates in Ribbon let you customize the visual appearance of ribbon tabs, items, and controls using XAML templates. +platform: wpf control: Ribbon documentation: ug --- -# Styling and Templates in WPF Ribbon +# Styling and Templates in WPF Ribbon Control ## Theme @@ -16,4 +16,4 @@ Ribbon supports various built-in themes. Refer to the below links to apply theme * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) - ![Applying Theme to WPF Ribbon](GettingStarted_images/wpf-ribbon-theme.png) + ![Applying Theme to WPF Ribbon](getting-started_images/wpf-ribbon-theme.png) diff --git a/wpf/Ribbon/ToolTipSupport.md b/wpf/Ribbon/ToolTipSupport.md index 9dccd76a20..a9f104ea07 100644 --- a/wpf/Ribbon/ToolTipSupport.md +++ b/wpf/Ribbon/ToolTipSupport.md @@ -1,12 +1,12 @@ --- layout: post -title: ToolTip in WPF Ribbon control | Syncfusion® -description: Learn about ToolTip support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: ToolTip in WPF Ribbon Control | Syncfusion® +description: ToolTip support in Ribbon displays helpful hints and information when the user hovers over ribbon items, with rich content support. +platform: wpf control: Ribbon documentation: ug --- -# ToolTip in WPF Ribbon +# ToolTip in WPF Ribbon Control Tooltip is used to display small information about the specific element while hovering mouse on it and it is implemented similarly to MS Outlook. diff --git a/wpf/Ribbon/TouchSupport.md b/wpf/Ribbon/TouchSupport.md index 168b464340..9f12029d05 100644 --- a/wpf/Ribbon/TouchSupport.md +++ b/wpf/Ribbon/TouchSupport.md @@ -1,12 +1,12 @@ --- layout: post -title: Touch Support in WPF Ribbon control | Syncfusion® -description: Learn here about Touch Support in Syncfusion® Essential Studio® WPF Ribbon control, its elements and more. -platform: WPF +title: Touch Support in WPF Ribbon Control | Syncfusion® +description: Touch support in Ribbon provides touch-friendly interactions with larger tap targets and gesture support for tablet and touch devices. +platform: wpf control: Ribbon documentation: ug --- -# Touch Support in WPF Ribbon +# Touch Support in WPF Ribbon Control The Ribbon control has touch support and it provides a Touch UI which is easy to access the element in Ribbon.