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
2008‑10‑16
3,471 views
"Can i add a progress indicator (Spinner like IE) in the tab with some animation running? In another way, apart from ..."
2008‑10‑15
3,986 views
"If I have a ToolWindowContainer with a large number of ToolWindows in it, I end up with a bunch of tiny little tabs a..."
2008‑10‑14
3,464 views
"Hi! When you toggle the "auto hide" pin at the top of a tool window the tabs switch places from the left..."
2008‑10‑14
3,222 views
"Hi, I would like to know how can I retrieve a list of all DocumentWindow that are currently visible in a DockSite...."
2008‑10‑13
6,905 views
"I'm just evaluating the Actipro WPF Studio and am having some issues trying to work with MDI. I've got a R..."
2008‑10‑10
4,282 views
"Hello, I'm very new to the .NET environment, and I just downloaded a trial version of WPF Studio the other day..."
2008‑10‑09
4,923 views
"I'm evaluating the Actipro WPF Studio Docking & MDI capabilities for a project, and have struggled to accompl..."
2008‑10‑03
9,162 views
"Is there a way to keep the tool windows from stacking when they are programatically added? if I call: ToolWindow...."
2008‑07‑29
5,499 views
"I have a requirement to be able to remove the minimize icon from an MDI window. Is is possible to remove the individ..."
2008‑10‑01
3,857 views
"When I create a new DocumentWindow according to your documentation it works fine: TextBox content = new TextBox(..."
2008‑09‑30
4,304 views
"I have a list box control and I would like to drag a Toolbar (or some other dockable) over that list box. The intent..."
2008‑09‑20
3,947 views
Bug for MDI by Michael
1 reply (17 years ago)
"I created two tabs(tool windows) in a ToolWindowContainer. I painted something in one toolwindow when the window is l..."
2008‑08‑28
4,295 views
"I want my ToolWindow to close faster, so I set the AutoHidePopupCloseDelay to 200. When the ToolWindow goes to hide ..."
2008‑08‑28
4,540 views
"I've got a ToolWindow inside of an AutoHideLeftContainer. This ToolWindow contains a list control - when an item..."
2008‑09‑10
5,952 views
"I've been working on a DockSite region adapter for CompositeWPF (Prism), and I've discovered an edge case reg..."
2008‑09‑05
3,671 views
"Is there a (simple) way to get command targets working across tool and document windows. VisualStudio style dockin..."
2008‑08‑28
3,948 views
"I've got a ToolWindow that is (ultimately) inside of an AutoHideLeftContainer. I want to set the initial width o..."
2008‑08‑20
4,130 views
"When creating a DocumentWindow I specify the docksite where it should be hosted. On activate, it gets hosted in the c..."
2008‑07‑30
6,870 views
"I am building an application to edit business objects from a database. I would like the user interface to work like ..."
2008‑07‑29
4,034 views
"We have a simple test app with a DockControl and a TabMdi and a Toolwindow: (xaml) <docking:DockSite Name=&q..."