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

  Date Thread Details
2017‑01‑11
4,450 views
"Hi, im facing an issue after upgrading actipro from .622 to .634. My application is using prism and is callin..."
2017‑01‑06
2,376 views
"When calling DocumentWindow.Float(), the window is successfully floated and a Close button available in the title bar..."
2017‑01‑05
2,751 views
"When I load the DockSite from a memorystream, there are some FloatingDockHosts that I want to remove (they should not..."
2016‑12‑16
3,407 views
"I am 99% sure this does not exists and if it does not than this will quickly turn into an enhancement request. (or ma..."
2016‑12‑16
2,777 views
"I've got a DockSite with a TabbedMDIHost in it, and 3 tool windows. I want the tool windows to only be allowed to do..."
2016‑12‑16
2,430 views
"Have tried a number of events off the primarydocksite but haven't found any events I can use to know the floating win..."
2016‑12‑07
3,393 views
"Please see the serialisation below to understand the layout. We need to be able to create new floating windows cont..."
2016‑12‑02
2,465 views
"When 2 ToolWindows are floating and connected, is there a way to capture the MouseDoubleClick Event when the header i..."
2016‑11‑04
3,992 views
"Some users of our tool have been reporting that docking certain windows makes our application crash. Here is the c..."
2016‑11‑22
3,807 views
"Hi, following your MVVM samples I have a few toolwindows that are based on viewmodels. A toolwindow as a button App..."
2016‑11‑18
2,957 views
"Hi, following the documentation of Docking & MDI and your samples I have a couple of viewmodels (inherits Obser..."
2016‑11‑18
2,641 views
"Hello, Setting DockingWindow.CanClose to false doesn't prevent the closing of floating windows via Alt+F4. Is thi..."
2016‑11‑10
3,413 views
"A couple of Tool Window question- - Is it possible to remove the ToolWindow title bar text? Setting ToolWindowConta..."
2016‑11‑10
2,888 views
"Is it possible to force the ToolWindowContainer to always show tabs even if only 1 ToolWindow is inside of the contai..."
2016‑11‑09
2,793 views
"I'm trying to make the Document tabs draw in a very simple format but am running into issues. See http://imgur.com/a/..."
2016‑11‑10
2,704 views
"I want the tool window title to say the name of what is selected (this currently works correctly) while open or pinne..."
2016‑10‑28
3,048 views
Input bindings by joe
3 replies (7 years ago)
"I have an issue with input bindings where a floating window won't trigger an input binding on the main window. Exam..."
2016‑11‑03
3,450 views
"Hi,following your MVVM samples, I have a few tool windows and document windows.Also following your samples, I created..."
2016‑10‑31
3,313 views
"(.Net version is actually 4.6.1.) When trying to load a view using Prism View Discovery (View Injection ends up wit..."
2016‑10‑28
2,731 views
"I’m confused on how to restore a docksite layout correctly. Here is what I’m currently doing: 1) Create..."