Remove Pane TitleBar & Prevent Grouping |
Post Reply |
Author | |
idolpx
Newbie Joined: 24 February 2005 Status: Offline Points: 20 |
Post Options
Thanks(0)
Posted: 24 February 2005 at 2:03pm |
It's me again! I thought i should start a seperate message for this. :) Is there a way to remove the TitleBar of a Pane? I also need to prevent it from allowing other Panes to be grouped with it.
|
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
Have you tried the Pane objects "Options" property... setting it to PaneNoCaption?
|
|
idolpx
Newbie Joined: 24 February 2005 Status: Offline Points: 20 |
Post Options
Thanks(0)
|
That doesn't appear to be an option for me. I'm using v9.51. Maybe I need to upgrade. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Yes, it is new in 9.60.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
I can't think if a good way to stop a single pane from "accepting"
another pane to group with. About all I can think of is to stop
them all from grouping. Still group them by code, but you would
then need to stop the user from removing them from the group as they
couldn't put them back in a group.
Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean) On Error Resume Next If (Action = PaneActionAttaching) Then &nbs p; Cancel = True End If End Sub |
|
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 |