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

Why DropDownDisplayMode doesn't work?

3 Answers 76 Views
Docking
This is a migrated thread and some comments may be shown as answers.
s h
Top achievements
Rank 1
s h asked on 20 Jan 2010, 09:30 AM

My code:

<radDock:RadDocking x:Name="radDocking1" Grid.Row="2">
            <radDock:RadDocking.DocumentHost>                            
                
                <radDock:RadSplitContainer>

                   

                    <radDock:RadPaneGroup x:Name="TestRadPaneGroup" DropDownDisplayMode="Visible">
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                        <radDock:RadDocumentPane Title="Home Page"  Width="100">
                            <radDock:RadDocumentPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="On the Documents tab above press Ctrl + Mouse Left button to display the Popup Menu. You can use the same combination on every tab." />
                            </radDock:RadDocumentPane.Content>
                        </radDock:RadDocumentPane>
                       
                       
                        <radDock:RadPane Header="NotDragable" Width="100">
                            <radDock:RadPane.Content>
                                <TextBlock TextWrapping="Wrap"
                                        Text="This pane cannot be dragged, because it has its property CanFloat set 'False'." />
                            </radDock:RadPane.Content>
                        </radDock:RadPane>                      
                   
                   
                    </radDock:RadPaneGroup>
                </radDock:RadSplitContainer>

            </radDock:RadDocking.DocumentHost>

3 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 20 Jan 2010, 12:50 PM
Hello,

 This works just fine on the demos page: http://demos.telerik.com/silverlight/#Docking/FirstLook. Could you please open a support ticket and send a sample project that reproduces the problem and step-by-step instructions what you do an what you expect to happen? This will be very helpful.

Sincerely yours,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
s h
Top achievements
Rank 1
answered on 21 Jan 2010, 02:28 AM
thanks for replying.

In this sample,I put many RadDocumentPane in RadPaneGroup,and I set DropDownDisplayMode of RadPaneGroup, I thought it will work just like RadTabControl,the tab could be scrolled,and there was a dropdownMenu at top right of RadPaneGroup.
0
Miroslav Nedyalkov
Telerik team
answered on 21 Jan 2010, 09:32 AM
Hello,

 Unfortunately this functionality is not supported by the Docking control yet. We will consider including it for one of the future releases.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Docking
Asked by
s h
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
s h
Top achievements
Rank 1
Share this question
or