Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Docking: How to dock to the entire portion of what remains?
Re: Docking: How to dock to the entire portion of what remains? [message #26628 is a reply to message #26504] Mon, 17 May 2010 14:04 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Hi,

Do you mean that you want the client area of the DockWindow (the grey bit in the middle) to be completely filled by the docked ctrls?

Just to be clear, the client area is the space where the code would be in Visual Studio.

If so then it's not really possible. You could maybe use DockWindow::SetFrameSize:
SetFrameSize(DockWindow::DOCK_LEFT, sz.cx);

(where sz is the size of the window from GetRect)

But there are potential problems that make a general solution quite difficult. Somebody else is asking for the ability to dock a window to the client area which I think would solve your problem, so I'll think about it and see what I can come up with.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Docking - Stable?
Next Topic: Scatter: Propose to add new methods
Goto Forum:
  


Current Time: Mon Aug 25 14:11:43 CEST 2025

Total time taken to generate the page: 0.00440 seconds