This is a migrated thread and some comments may be shown as answers.

Make dock pane unmovable

1 Answer 31 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 08 Aug 2013, 08:33 PM
Hi,

I am implementing a form layout with RadDocking.  I want to have one pane docked to the left which can only be Pinned and Unpinned. 
A. This panel should not move (I've achieved that with CanFloat="False")
B. No other panel can be dragged over it and grouped with it.  I understand that RadPane must be inside RadPaneGroup.  Is this correct?  Can I have a RadPane not in the group container somehow?
C. No other panel can be placed to the left of this panel.  Even through I've set CanFloat to false, it does not stop other panes to be moved to the left of this pane and therefore moving this pane towards the center.

I am also would appreciate if you implement in the near future Docking inside Docking.  

Thank you in advance. 

Michael

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 13 Aug 2013, 11:20 AM
Hello,

In order to achieve the desired behavior you will need to customize the way the dock compass is shown. You can take a look at our online demo that demonstrates how to program the compasses in the RadDocking control here. The same example is available for WPF here.

You can also take a look at our "How to Implement Conditional Docking" online help article for more detailed explanation.

Regards,
Vladi
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Docking
Asked by
Michael
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or