Pane capabilities
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=683
Printed Date: 03 July 2025 at 3:32am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: Pane capabilities
Posted By: Ark42
Subject: Pane capabilities
Date Posted: 01 May 2004 at 1:01am
I can make the pane not dock on left or right, so it can only be on top and bottom...
Can I prevent the pane from being resized vertically? Both floating and
docked I want it a fixed size, but when floating you can shrink it
horizonally.
Can I have the pane drag around like a normal window instead of an
outline? The outline blends in too well with the MDI client
background and you can't see the outline dragging.
|
Replies:
Posted By: Ark42
Date Posted: 03 May 2004 at 12:51am
As far as I can tell, I can't make the pane have a size restriction
without rewriting parts of the codejock source. I tried
subclasses and other methods but nothing worked. It looks like
CXTPDockingPaneMiniWnd needs to be extended to catch WM_GETMINMAXINFO
for when the window is floating and then also when docked the splitter
needs to obey the same sizes or disable the splitter on a pane by pane
basis if the min size = max size.
|
Posted By: SuperMario
Date Posted: 20 October 2004 at 12:52pm
I think maybe the feature added 9.51 might work for you. Take a
look at the
PaneSample. Run the application and select Docking Pane-> Min
Max Sample from the menubar. When the pane is floating you can
specify that its min and max width be the same, thus it can not be
resized.
|
|