'Cascading' Panes |
Post Reply |
Author | |
JerryEvans
Groupie Joined: 01 May 2008 Location: United Kingdom Status: Offline Points: 39 |
Post Options
Thanks(0)
Posted: 13 June 2008 at 9:18pm |
There is a demo here (http://www.codejock.com/products/dockingpane/tour_17.asp) which promises some neat stuff. Is there a demo/sample in the XTP MFC package which shows these cascading panes?
Thx Jerry |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Run Pane sample and in menu click Caption Buttons->Maximize/Restore Button
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Any way to make the pane maximize to fill the current monitor when undocked?
|
|
sforces
Groupie Joined: 13 May 2009 Status: Offline Points: 71 |
Post Options
Thanks(0)
|
Have you looked at the MaxTrackSize property of the Pane object? The help info on it says:
Used to set the maximum size that a Pane can be re-sized to. And there's an example there, but here's a snippet of that: 'Specifies that Pane B can be no Larger that 130 x 130 B.MaxTrackSize.SetSize 130, 130 So if you set this value to that of your max monitor resolution, when undock it should be what you want. Be sure to set the MinTrackSize though too or else it won't be resizeable.
|
|
Product: Xtreme Suite Pro (ActiveX) version 16.3.1
Platform: Windows XP SP3 (32bit) Language: Visual Basic 6.0 SP6 |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
Post Options
Thanks(0)
|
Sorry, I meant through the maximize button on the docking pane itself.
What I'd really like to see is pane behavior like what's available in VS2010. When a pane is "floated", the pushpin button changes into a min/maximize button. Maximizing the pane causes it to fill the current monitor, and minimizing it restores its previous position. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |