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,537)

  Date Thread Details
2010‑05‑17
3,565 views
"I tried the help example: solutionExplorerToolWindow.Float(FloatSizingBehavior.SizeToFit) but the only option I get..."
2010‑05‑17
3,113 views
"I have set my dock site AreDocumentWindowsDestroyedOnClose=True and yet the Tool windows still show up in the ToolWin..."
2010‑05‑17
4,006 views
"I took the Help suggestion on Quote: How to Allow Tabs to Be Reordered, But Not Dragged Elsewhere but I still ge..."
2010‑05‑17
4,015 views
"Hi, I'm building (well actually just styling) an app that uses Dockable ToolWindows. The basic structure is ..."
2009‑11‑06
10,003 views
"<docking:DockSite x:Name="dockSite" AutoHidePerContainer="False" > <dockin..."
2010‑05‑11
6,368 views
"Hi, I am trying to change the tab ImageSource to an hourglass if my ViewModel is in a running state. I thought tha..."
2010‑05‑10
3,533 views
"In my project, I have a main window with Docking control. And new windows are launched on top of it, they don't h..."
2010‑05‑08
3,069 views
"Hi, I am using VB to dynamically create documentWindows for a TabbedMDIContainer each time I want to display a ne..."
2010‑04‑27
4,210 views
"1. Is there an example on how to custom style the MDI tab host? I've downloaded the XAML styles but there's a..."
2009‑10‑29
4,207 views
"How do I add an icon to the titlebars of DocumentWindows and WindowControls? For Documeent Windows, I tried setting D..."
2010‑04‑28
5,960 views
"The ApplicaitonName is used for text of the Ribbon Window title. By default the title is displayed in the center of t..."
2010‑04‑28
3,506 views
"I placed a WindowControl inside a Canvas that's hosted in a floating ToolWindow. When I try to drag the WindowCo..."
2010‑04‑26
3,164 views
"I'm getting a null reference exception when attempting to open a simple DocumentWindow. I assume it's somethi..."
2010‑04‑26
4,946 views
"I have the following scenario: DocumentWindow _DocumentImageWindow __thumbnail view | full size image view Th..."
2010‑04‑23
3,503 views
"Hi, I've placed a WPF popup within a UserControl that's hosted in a ToolWindow within a DockSite. When I ..."
2010‑04‑21
3,448 views
"I have two Docked windows on the Left and Right side of my GUI (Similar to Visual Studio: Solution Explorer on the Le..."
2010‑04‑20
3,116 views
"Is there a way to lock the layout, i.e. I don't want users to move/rearrange the docking windows? On the same lin..."
2010‑04‑15
3,616 views
"Is it possible to hide the icon that shows on the left for LeftAutoHideWindows, which is used to expand the the auto ..."
2010‑04‑14
3,140 views
"Process Explorer is reporting that my app has loaded the following Actipro DLLs:ActiproSoftware.Editors.Wpf30.ni.dll ..."
2009‑01‑28
4,453 views
"Hi I've used SplitContainer with DockSite.ControlSize="250,500" to set the size of the tool windows...."