Print Page | Close Window

Filliling window

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=5264
Printed Date: 02 July 2024 at 9:59pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Filliling window
Posted By: TheHyphen
Subject: Filliling window
Date Posted: 11 October 2006 at 4:11am
Hi !
 
I am new to this forum and couldn't find an answer to my problem, so please apologize if that question has already been asked.
 
I have a window which should hold 3 panes, a navigation pane on the left, a toolbar and a listview on the right. I docked the navigation pane to the left of the window ( using null as neighbour ) and the toolbar to the top. The listview pane is being docked to the right of the navigationpane. So far so good. My problem is, that between the toolbar and other both panes there is a splitbar active which enables me to vertically resize the navigation pane and the listview pane, how can I prevent this ? Second question, the listview pane does not use the complete space to the right, any way do automate this ?
 
TIA


-------------
Regards,
Meinhard



Replies:
Posted By: jcollier
Date Posted: 11 October 2006 at 10:20am
I'm not sure about the first part of your question, but the second part you can try this after setting up your docking panes:

Dim a As Pane
Dim b As Pane
   
Set a = DockingPane.CreatePane(1, 0, Me.Height * 0.8, DockBottomOf, Nothing)
Set b = DockingPane.CreatePane(2, 0, Me.Height * 0.35, DockBottomOf, a)

DockingPaneControl.Options.HideClient=True



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