Print Page | Close Window

Automatically Pinning when expanding?

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=4143
Printed Date: 02 October 2024 at 7:53am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Automatically Pinning when expanding?
Posted By: LittleJK
Subject: Automatically Pinning when expanding?
Date Posted: 05 May 2006 at 10:54am
Is there a way to pin a pane after clicking on the button to expand it? We want it to appeared pinned, so the user doesn't have to click on the pin to pin it manually.



Replies:
Posted By: Oleg
Date Posted: 05 May 2006 at 4:35pm

Hello,

Try this

Private Sub dockMgr_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean)
    If (Action = PaneActionExpanding) Then
        Pane.Hidden = False
        Cancel = True
    End If
End Sub



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



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