Docking/MDI for WPF

Discussion Forums

Post about Docking/MDI for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,529)

  Date Thread Details
2013‑10‑15
3,465 views
"Hi, I have TabbedMdiHost element and I dinamically load documentWindows like tabs. Each documentWindow has custom n..."
2013‑04‑15
3,895 views
"Hi, how about providing a 'toggle pin status' for DockingWindows in the MDI area, like in Visual Studio? Regards,..."
2013‑10‑08
3,152 views
"Hi, I having a hard time with ToolWindows. Let me explain. I have an application with autohide right and left conta..."
2013‑10‑03
3,864 views
"Our application supports language/locale switching on the fly when users log on or off. As part of this we set the Fr..."
2013‑10‑03
3,764 views
"I have a ToolWindow. It countains a UserControl which then contains a Textbox. I want the text to wrap in the textbox..."
2013‑05‑14
3,860 views
"When working on a docked, auto-hidden container, it makes it hard to design because it is shown as hidden in the desi..."
2013‑09‑26
3,643 views
"Hi, I have modified my application so that it now uses the MetroLight theme and .NET 4.0 instead of Office2007Silver ..."
2013‑09‑27
4,218 views
"Hello, I'm using a RibbonWindow with Docking and the CanDocumentWindowsRaft property set to true. If the document..."
2013‑09‑26
2,844 views
"Hi, I understand the SingleTabLayoutBehavior property can be used for when only one toolwindow exists in the docksi..."
2013‑09‑24
3,006 views
"Hello, I was wondering if it is possible to freeze a tab. Meaning just like in a datagrid column, when you scroll t..."
2013‑09‑23
3,767 views
"Hi, I'm trying to resize and position a DocumentWindow with previously saved configurations and I'm having a proble..."
2010‑04‑08
6,485 views
"Hi there, I am using the following code to create a document and expecting the window focus does not jump to the n..."
2013‑09‑11
3,460 views
"Hello, I am having a problem with this situation: I can open a ToolWindow (B) from another ToolWindow (A) based o..."
2013‑09‑12
2,986 views
"I try to load the saved layout public partial class MainWindow : Window { private string m_lay..."
2013‑09‑11
3,113 views
"Hi, I have an auto-hide tool window in a docksite declared as below: <docking:DockSite.AutoHideRightContainers..."
2013‑09‑06
3,185 views
"I looked at your docking demo: "Buttons on selected tabs" and tried to implement similar behavior in my program. The ..."
2012‑12‑02
3,634 views
"We are developing an application whose language can be changed on the fly.What we noticed is that auto hide popup win..."
2013‑08‑23
3,374 views
"Hi, at the moment I am searching for a way on having language support within the scrollbar context menu. It contain..."
2013‑08‑13
3,593 views
"We want to do a little customize to the ContainerSplitter, so that it can have some different color when mouse is ove..."
2013‑08‑13
3,435 views
"Hi, We have a requirement to open two windows in different UI threads. Suppose, X Window opens in Main thread ..."