Docking/MDI for Windows Forms

Discussion Forums

Post about Docking/MDI for Windows Forms 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 (534)

  Date Thread Details
2008‑06‑11
3,685 views
"ToolTips aren’t working for components contained in a ToolWindow once they have been docked, it should be reproducibl..."
2008‑05‑29
3,372 views
"when i double click a docked window to float it and then dock it again the layout has not returned to the original. T..."
2008‑06‑03
3,524 views
"I have a DockManager which contains 2 ToolWindows. I've subscribed to the WindowFocused event on the DockManager ..."
2008‑05‑14
4,293 views
"I have an application which installs and runs correctly for all users but one. For that user, the following crash ha..."
2008‑05‑05
3,513 views
"I understand a toolwindow can be docked to a particular state using the ToolWidnow.DockTo method. But any way to dete..."
2008‑04‑08
3,176 views
"Hi, I'm using DockManager to add UserControl dervied class instances. One of these DocumentWindows I want to ..."
2008‑03‑11
4,128 views
"Hi All, We have got a situation that it leaks the memory when creating document windows. Using the profiler tool (..."
2008‑02‑29
3,348 views
"Hi, have you any example code that saves custom data to the layout file and then reloads it when loading a layout. It..."
2008‑02‑26
3,536 views
"is there something special I need to do to get my toolwindows to show up in the Ctrl-Tab dialog? They don't seem..."
2008‑02‑22
4,141 views
"I have a user control that uses a dockmanager internally to allow docking of one of it's tool windows (only withi..."
2008‑02‑12
3,706 views
"When I close a toolwindow I dispose the toolwindow in the WindowClosed event handler for the dockManager. However the..."
2008‑02‑12
3,646 views
"If i open four toolwindows (left outer, top inner, bottom inner and right outer) how can i ensure that when i switch ..."
2008‑01‑30
3,328 views
"I have a document window that I am adding a Form to that has controls on it. I have the AutoScrollMinSize set on my ..."
2008‑02‑01
4,447 views
"I'm getting ready to port a Visual Studio 2005 solution (32-bit) to run on x64 Windows Server 2003 (using Visual ..."
2008‑01‑22
3,851 views
"Hi, it seems that the StatusBarLabelPanel click event is not supplying the correct button information in the MouseEve..."
2008‑01‑18
4,944 views
Layout Restore by Ernst
3 replies (18 years ago)
"I'm using ToolWindowLayoutData to save/restore application layout. Here are some issues I noticed: 1) In tabbe..."
2008‑01‑11
3,877 views
Layout issue by Ernst
2 replies (18 years ago)
"I started getting some layout problems and I don't see any changes which might have triggered that. Here is what ..."
2007‑01‑10
7,547 views
"Hi, I'm experiencing some very weird and very annoying behavior from the tool windows of the UI Studio package..."
2007‑11‑13
3,705 views
"Customising in run-time, it seems that merged portions of the menus cannot be manipulated (I am guessing this is inte..."
2007‑11‑07
3,942 views
"I've got a basic form with a TabStrip & TabStripPage on it. The Paint event is not firing for either control..."