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
2010‑03‑30
2,934 views
"Hi, I have a ToolWindowContainer and I want to add a new button next to the close button. Therefore I changed the de..."
2010‑03‑25
3,087 views
"I have no WPF experience, but since I'm such an Actipro fan, I knew that if I choose to migrate, I would likely e..."
2010‑03‑23
3,081 views
"Is it possible to theme the various popup menus in the docking UI? (i.e. the tool window caption arrow as well as the..."
2010‑03‑23
3,812 views
"Part of my app is a thumbnail / image view. The powers that be decided that we need to be able to show a bunch of ima..."
2010‑03‑19
2,745 views
"I've been examining the startup performance of an app that uses the DockSiteLayoutSerializer, and the LoadFromStr..."
2010‑03‑19
2,714 views
"With version 9.1.507 my application worked fine; unfortunately, when I migrated to 9.2.515 my application started cra..."
2010‑02‑25
3,212 views
"When you move a floating tool window, dragging from the title bar, the window's width shrinks a few pixels. Yo..."
2010‑03‑01
2,912 views
"Is there any way to change the order that the events get fired for DocumentWindows? Here is my situation: I have a..."
2010‑03‑01
2,668 views
"Hi, On the DocumentWindow class constructor we have a "Name" parameter which I was trying to set to a stri..."
2009‑07‑21
4,950 views
"Hi I have the following situation: <docking:ToolWindowContainer docking:DockSite.ControlSize="{Binding ..."
2010‑02‑25
3,026 views
"Hi I noticed that the docking/undocking/floating operations are quite slow. Checking a bit deeper I found out that..."
2010‑02‑20
3,716 views
"Hi, I am having trouble docking windows the way I want to using XAML only. See code below. I want to dock the ..."
2009‑12‑18
3,322 views
"Hi, I have a window that is resizeable. Inside there is a TabbedMdiHost Which contains a usercontrol. The usercontro..."
2010‑02‑11
3,263 views
"I am using hosted, rafted ToolWindows. They can be dragged up into the tabbed document area which is actually a nega..."
2010‑01‑27
4,968 views
"Hello, I have a VS2010 solution (migrated yesterday) which targets framework 3.5. If I compile from within VS2010..."
2010‑02‑05
2,925 views
"I have a grid in a ToolWindow. The floating ToolWindow is set to fade when inactive (InactiveRaftingWindowFadeOpacit..."
2010‑01‑10
3,835 views
"When I close my ToolWindows via the UI or programmatically, my app hangs and CPU gets pinned at 100%. The last call ..."
2010‑02‑02
3,235 views
"I have this : <docking:DockSite Name="dockSite"> <docking:TabbedMdiHost> <d..."
2010‑01‑26
2,942 views
"Each time I install a new actipro update (for example from 511 to 513), My existing window style which is loaded e..."
2010‑01‑24
3,077 views
"I setup my docking site like this: <docking:DockSite x:Name="_dockSite" CanDocumentWindowsRaft="..."