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
2011‑07‑05
2,103 views
"Hi, I have my application working correctly where I programmatically add toolwindows to a docksite, and allow the ..."
2011‑07‑01
3,332 views
"I get a null reference exception in ActiproSoftware.Docking.Wpf351.dll when I use IsOpen binding and the layout seria..."
2011‑06‑30
2,638 views
"We have an application where some hidden tool windows are only opened under certain circumstances. When the applicati..."
2011‑06‑30
3,353 views
"I have the following public properties in my VM: public ObservableCollection<DocumentViewModelBase> ..."
2011‑06‑24
2,896 views
"I'm using the MVVM features for creating document windows. My ItemsSource is the property: public ObservableCo..."
2011‑06‑28
2,234 views
"I have a split container with two tool window containers. After a tool window is floated and you select the dock m..."
2011‑06‑24
2,775 views
"1) open MVVM Features Docking Sample (External Window) 2) note your status bar buttons 3) drag welcomedocument.rtf ..."
2011‑06‑23
4,793 views
"I'm using the MVVM features on the MDI container. I noticed that as I open & close documents, I get alot of b..."
2011‑06‑22
3,621 views
"Hello, I have an application where I want to load new DocumentWindows when doubleclicking a PDF file. The DocumentWi..."
2011‑06‑20
2,770 views
"I am currently deserializing my toolwindows from the XML string using the Lazy Layout functionality (using this so I ..."
2011‑05‑23
2,552 views
"Hi! When I have rafting turned on and I have a free floating window where the floating window covers the center pa..."
2011‑06‑15
2,753 views
"Hi, I use Actipro to create ribbon bar and create user activated nested toolwindows. Currently I use a program cal..."
2011‑06‑15
2,251 views
"I'm trying to throw together a sample project with just the basic for creating ToolWindows by binding objects to ..."
2011‑06‑02
2,915 views
"Hi There I am MAIN DOCUMENT with the docking controls, and then I am loading several User Controls into Document T..."
2011‑06‑07
2,936 views
"I love the new TabbedMdiHost.TabOverflowBehavior property. However, when I call DocumentWindow.Activate() on a Docum..."
2011‑06‑08
7,407 views
"I sucessfully adapted the Tab-Flashing-Behavior from the samples (which only work with ToolWindows) to work with Doc..."
2011‑06‑03
2,703 views
"It seems ToolWindow.IsVisible is always false. Is there a reason for it to be false?"
2011‑06‑02
2,308 views
"I'm trying to dynamically create some tool windows based on an xml file. So I figured I would create an ItemTempl..."
2011‑06‑01
2,142 views
"System: .NET 4.0, Windows 7, 64-bit <Window x:Class="actiproColorAnime.MainWindow" xmlns="..."
2011‑05‑27
2,983 views
"I am using ToolWindowsHaveTitleBars="True" ToolWindowsTabPlacement="Bottom" I programmatically ..."