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

  Date Thread Details
2010‑12‑06
3,166 views
"Hi, I have the following layout structure defined for my application: I use a document window which contains a ..."
2010‑06‑04
3,275 views
"Hi I'm having problems binding the ToolWindow.IsSelected property to the same property in a ViewModel when usi..."
2010‑11‑24
2,878 views
"Is there a way to set a default open or closed state for an individual ToolWindow? Perferably (and perhaps obviously)..."
2010‑11‑24
2,344 views
"I have an application that extensively uses the docking library to display tool windows. Although I can generally ser..."
2010‑11‑23
2,949 views
"I have a DockSite, with workspace on left and 2 tool window containers on right. I would like to auto hide all tool..."
2008‑10‑08
4,729 views
"I found a small bug. For the DockingWindow ImageSource I'm using 48x48 icons (because I've data bound the ..."
2010‑11‑17
2,211 views
"I am using a tabbed mdi interface and want to save the layout of rafted windows. I have figured out how to do that bu..."
2010‑09‑30
2,803 views
"Hi, In my app, I have rafted two ToolWindows inside a single RaftingHost, and I have a SplitContainer separating t..."
2010‑11‑02
3,015 views
"Hi, I am trying to create a dialog box that will eventually be used to hold the PasswordBox control for security l..."
2010‑11‑09
2,469 views
"I have nested dock sites. The outer dock site has the documents. Each document has its own dock site with tool wind..."
2010‑11‑05
3,309 views
"Where does the default size for the rafted windows come from? In my application some windows get a default rafted win..."
2010‑11‑03
2,649 views
"I'm attempting to use the ActiveWindow property of the docksite in a Multi-Binding to get the Title of the curren..."
2010‑11‑01
2,708 views
"I have uninstalled all versions except 10.2.532 yet the old versions still show up in Visual Studio when I ask for a ..."
2010‑11‑03
2,971 views
"Hi, Here is the source code for a small sample which shows my problem: <Window x:Class="SerializeTest.M..."
2010‑11‑01
2,565 views
"I included the Window.Commands.Close in my Context menu but it is always disabled even though the close button works...."
2010‑11‑01
2,858 views
"Hi everyone, How could I achieve the tool window transparency effect that is present when dragging a tool window a..."
2010‑05‑14
2,767 views
"Is there a way to handle the case where there is not enough room to display all of the auto-hidden tool windows? Doc..."
2009‑07‑29
3,626 views
"My application has a multilingual user interface that needs to change language without restarting the application. To..."
2010‑02‑05
4,197 views
"Below is part of my window's xaml: <docking:DockSite x:Name="docksite"> &..."
2008‑11‑25
4,862 views
"Hello All, I am trying to save the layout information, i am successful in saving the toolwindow layout information..."