Print Page | Close Window

'Cascading' Panes

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=11035
Printed Date: 25 April 2024 at 7:43pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 'Cascading' Panes
Posted By: JerryEvans
Subject: 'Cascading' Panes
Date Posted: 13 June 2008 at 9:18pm
There is a demo here ( http://www.codejock.com/products/dockingpane/tour_17.asp - 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



Replies:
Posted By: Oleg
Date Posted: 14 June 2008 at 5:21am
Hi,
 
Run Pane sample and in menu click Caption Buttons->Maximize/Restore Button


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: markr
Date Posted: 20 August 2010 at 10:57am
Any way to make the pane maximize to fill the current monitor when undocked?


Posted By: sforces
Date Posted: 20 August 2010 at 7:02pm
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.

Originally posted by markr markr wrote:


Any way to make the pane maximize to fill the current monitor when undocked?


-------------
Product: Xtreme Suite Pro (ActiveX) version 16.3.1

Platform: Windows XP SP3 (32bit)

Language: Visual Basic 6.0 SP6


Posted By: markr
Date Posted: 20 August 2010 at 11:48pm
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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net