|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Docking panels, one at top and other at leftI 'm doing a form that have two dockable panels, one at top and other at left (for sample). The user can double-clicks the panels and they become floating, which double-clicked again, come back to dock. The problem is, according with the re-dock order, the panels accommodate themselves in different forms. I need the panels be dockable this form: the top panel must always accommodate in full area (like toolbars). And the left panel always accommodate the remain area of the winform. How can I force that? Thx in advance. []s Cesar "Ronchese" <ronch***@smlinfo.com.br> schrieb: Docking order is determined by the controls' Z-index. You can change a > I 'm doing a form that have two dockable panels, one at top and other at > left (for sample). > > The user can double-clicks the panels and they become floating, which > double-clicked again, come back to dock. > > The problem is, according with the re-dock order, the panels accommodate > themselves in different forms. I need the panels > be dockable this form: the top panel must always accommodate in full area > (like toolbars). And the left panel always accommodate > the remain area of the winform. control's Z-index by calling its 'BringToFront' or 'SendToBack' methods. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> That works! Thanks.
[]s Cesar Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message Docking order is determined by the controls' Z-index. You can change anews:ObtSspuMFHA.2136@TK2MSFTNGP14.phx.gbl... "Ronchese" <ronch***@smlinfo.com.br> schrieb: > I 'm doing a form that have two dockable panels, one at top and other at > left (for sample). > > The user can double-clicks the panels and they become floating, which > double-clicked again, come back to dock. > > The problem is, according with the re-dock order, the panels accommodate > themselves in different forms. I need the panels > be dockable this form: the top panel must always accommodate in full area > (like toolbars). And the left panel always accommodate > the remain area of the winform. control's Z-index by calling its 'BringToFront' or 'SendToBack' methods. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Locate MessageBox over Window
what if the database connection isn't close Error with Custom Control Closing form... Friend WithEvents MaskedEdit Control Upload file programmatically Object reference not set to an instance of an object. DataGrid OnPaint/? -How Do I Draw A GDI Type Circle On Top Of A DataGrid FileSystemWatcher: Fix for lowercase? |
|||||||||||||||||||||||