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

  Date Thread Details
2019‑10‑29
675 views
"Hello, I have localized almost every string in the Docking component using the ActiproSoftware.Products.Docking.SR...."
2019‑10‑23
823 views
"After updating our project from build 673 to 682 (the issue appears in 683 as well), we're having problems with windo..."
2019‑10‑21
1,019 views
"I am hoping to be able to save/restore the arrangement of the windows. Here is the setup of the DockSite. &l..."
2019‑08‑22
775 views
"Hi, we are using to TabbedMdiHost to visualize document pages which are (always opened) as tabs. So we would like..."
2019‑07‑30
902 views
"Hello, I've been evaluating actipro docking control to replace the existing control in our software. There are few..."
2019‑08‑01
750 views
"We noticed the following behavior: 1. Undock and float tool window A2. Redock tool window A3. Close tool window A4...."
2019‑07‑30
742 views
"Hi, I have a DocumentWindow with a WPF view containg a WinformsHost with one WinForms Usercontrol I also have..."
2019‑07‑17
881 views
"Hi, I have been following the sample code MVVM ToolWindows and can see how that works. However I would like to cr..."
2019‑07‑08
1,068 views
"We're seeing a noticeable change in performance of our application when using DockSites. Our current production code ..."
2017‑06‑28
2,644 views
"I found out one difference between ToolWindow and DocumentWindow is that ToolWindow is always on top of the main wind..."
2019‑07‑01
1,097 views
"I've got docksite serialization working, with one exception: any ToolWindow that's docked to the "documents" area (ak..."
2019‑06‑27
686 views
"Hello! In the application, the user can open mutliple instances of a specific type (VncView) which contains a VNC v..."
2019‑06‑18
1,227 views
"I'm sure I'm just missing something extremely basic/obvious, but I can't seem to get a DataTemplate selector working ..."
2019‑05‑27
762 views
"Hello We have som issue regarding calling _layoutState = new DockSiteLayoutSerializer().SaveToString(dockSite); ..."
2019‑05‑23
678 views
"Hi, im using the ToolWindowsTabStripPlacement="Top" to show the available panels tab on top. Using this, the pa..."
2019‑04‑10
1,567 views
"Hi In some (rare) occasions an exception inside windows or actipro is thrown. It looks like a popup menu closing c..."
2019‑05‑18
956 views
"Hi When I add any control without context menu to a AdvancedTabItem and then right click it applications crashes wi..."
2019‑05‑15
626 views
"I have some tool windows that are tabbed by default. However, each of them seems to have their own size, i.e. when I ..."
2019‑04‑16
841 views
"Hello,currently, from my observations, the way Actipro docking works with documents (in the tabbed MDI) while they ar..."
2019‑04‑15
764 views
"HI, I already knows Float() function can setting position and size. But I'm using MVVM model to create my program...."