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

  Date Thread Details
2009‑12‑16
2,658 views
"In our application, we load documents within the TabbedMdiHost. We wanted the possibilty to have our documents as flo..."
2009‑12‑13
3,734 views
"Has anybody used the MEF framework in .NET 4.0 B2 with the docking control? Any guidance or tips? i'm thinking..."
2009‑12‑08
6,034 views
"Hello, I want to create multiple AnalyzerDocuments (DocumentWindow) on the DockSite "dockSite" of my Analy..."
2009‑01‑08
4,244 views
"I have a simple setup and want the toolwindow to activate when I drag something over it, that something not being ano..."
2009‑11‑24
8,424 views
"I'm adding an adorner to items in a Dockpanel. When the items are docked my adorner is removed when i switch tabs..."
2009‑11‑23
4,637 views
"I get a lot of binding errors when trying to reload a docking layout. The errors, XAML and code are below and I am al..."
2009‑05‑26
3,307 views
"Is it possible to add custom buttons to a ToolWindow TitleBar? Thanks. Greg"
2009‑11‑19
3,086 views
"We are in the process of evaluating Dotfuscator. After several hours of merely getting the app to display the main wi..."
2009‑11‑18
3,168 views
"I'm starting to migrate a WinForms MDI app to Actipro's Docking library, and as I look over the things I need..."
2009‑11‑17
2,772 views
"Do you have any samples of animation for a WindowControl that gives the same animation effect as opening a window in ..."
2009‑11‑16
3,354 views
"Simple question, is there a way to customize the RaftingHost? I need to have all windows that are separate from th..."
2009‑11‑16
3,934 views
"hello all, i am dynamically adding the toolwindows to the docksite by simply passing dockSite in constructor of th..."
2009‑02‑11
3,118 views
"I'm trying to use the docking tool windows in a ControlTemplate for a custom control that supports templating. B..."
2009‑11‑11
2,648 views
"Hi All, As we know that option menu opening on right click of header of Document Window. Option Like 1. Close..."
2009‑11‑05
4,045 views
"Is it possible to alter the contents or change the Text in the dropdown list? In my code I've created an '..."
2009‑11‑04
3,548 views
"Is there a way to get magnetism enabled at the DockSite's edges when using standard MDI? I've tried setting t..."
2009‑10‑30
3,809 views
"Not sure if it is something I am doing wrong but here is the code I have (snipped): <docking:DockSite> ..."
2009‑10‑28
2,901 views
Restore layout by Craig
1 reply (16 years ago)
"I was wondering how to interface to your layout system to restore dynamicly created content. Right now our system ha..."
2009‑10‑23
4,170 views
"Using "UseHostedAutoHidePopups=false" on a docksite crashes on .NET 4.0 beta 2. To reproduce, I've c..."
2009‑10‑21
3,817 views
"I have a hierarchy that looks like this: -Ribbon -DockSite - SplitContainer - Workspace - My Us..."