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

  Date Thread Details
2010‑12‑15
3,126 views
"We've noticed that, in our application, loading the persisted settings for the docking layout now takes between 5..."
2010‑12‑14
2,729 views
"Hello, I'm on my second day of trialing the docking controls and while it was extremely easy to get going at f..."
2010‑03‑01
12,814 views
"Hi, I came across some unexpected behaviour in implementing a tabbed mdi client app that perhaps you could shed some..."
2009‑03‑05
9,769 views
"I am actually quite surprised to find that this doesn't work, but quite frankly considering WPF's major push ..."
2010‑12‑08
3,223 views
"Hello, I have a problem in using the ContentTemplateSelector on DocumentWindow. For example:MainWindow.xaml.cs ..."
2009‑11‑13
5,110 views
"I would like to be able to override the font size of the text displayed in the tabs for ToolWindowContainer and AutoH..."
2010‑12‑06
3,598 views
"Hi, I have the following layout structure defined for my application: I use a document window which contains a ..."
2010‑06‑04
3,764 views
"Hi I'm having problems binding the ToolWindow.IsSelected property to the same property in a ViewModel when usi..."
2010‑11‑24
3,296 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,779 views
"I have an application that extensively uses the docking library to display tool windows. Although I can generally ser..."
2010‑11‑23
3,383 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
5,229 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,665 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
3,219 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,459 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,891 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,778 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
3,100 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
3,096 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
3,422 views
"Hi, Here is the source code for a small sample which shows my problem: <Window x:Class="SerializeTest.M..."