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 (533)

  Date Thread Details
2008‑05‑29
3,168 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,333 views
"I have a DockManager which contains 2 ToolWindows. I've subscribed to the WindowFocused event on the DockManager ..."
2008‑05‑14
4,087 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,288 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,013 views
"Hi, I'm using DockManager to add UserControl dervied class instances. One of these DocumentWindows I want to ..."
2008‑03‑11
3,911 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,137 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,338 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
3,931 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,503 views
"When I close a toolwindow I dispose the toolwindow in the WindowClosed event handler for the dockManager. However the..."
2008‑02‑12
3,457 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,128 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,232 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,656 views
"Hi, it seems that the StatusBarLabelPanel click event is not supplying the correct button information in the MouseEve..."
2008‑01‑18
4,719 views
Layout Restore by Ernst
3 replies (17 years ago)
"I'm using ToolWindowLayoutData to save/restore application layout. Here are some issues I noticed: 1) In tabbe..."
2008‑01‑11
3,623 views
Layout issue by Ernst
2 replies (17 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,278 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,495 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,718 views
"I've got a basic form with a TabStrip & TabStripPage on it. The Paint event is not firing for either control..."
2007‑11‑05
4,686 views
"Hello, there are any event that is raised when the user clicks the option Close All But This? Thanks!"