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

How can I disable docking RadDocumentPane in other RadPaneGroups

0 Answers 74 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 1
Anton asked on 21 Jan 2013, 06:35 PM

Hello. I have this code.

<telerik:RadDocking Grid.Column="1">

                <telerik:RadDocking.DocumentHost>

                    <telerik:RadSplitContainer>

                        <telerik:RadPaneGroup prism:RegionManager.RegionName="{x:Static constants:RegionNames.WorkspaceRegion}">

                            <telerik:RadDocumentPane Title="Основная" CanUserClose="False" CanFloat="False"/>

                        </telerik:RadPaneGroup>

                    </telerik:RadSplitContainer>

                </telerik:RadDocking.DocumentHost>

                <telerik:RadSplitContainer InitialPosition="DockedRight" telerik:DockingPanel.InitialSize="200,200">

                    <telerik:RadPaneGroup>

                        <telerik:RadPane Header="Настройки" CanDockInDocumentHost="False" CanUserClose="False">

                        </telerik:RadPane>

                    </telerik:RadPaneGroup>

                </telerik:RadSplitContainer>

            </telerik:RadDocking>

I need to disable RadDocumentPane docking in other groups (only in Document host as in Visual Studio for example). How can I do it?

Thanks.


UPDATE. Sorry I just find answer and understand how it works.

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Anton
Top achievements
Rank 1
Share this question
or