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

MDI List

2 Answers 88 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 22 Sep 2010, 03:10 PM
Hi
I have an issue with am MDI applicaiton in Windows. I have a windows menu with MDIList property set to true. When I click on a document added to the list, it does not activate that document.

I want also to reproduce the context menu (New Horizontal Tab Group and New Vertical Tab Group) in my windows menu. What is the code to create a new horizontal and vertical group from an active window?

Thanks for your help

Philip

2 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 25 Sep 2010, 11:05 AM
Hi Philip,

Do you want to activate an MDI Child window that is inside RadDock from code? If so, then this forum post should help.
Richard
0
Julian Benkov
Telerik team
answered on 28 Sep 2010, 02:21 PM
Hi Philip,

1) You can use the solution provided by Richard in this forum thread.

2) For New Horizontal Tab Group and New Vertical Tab Group command you may try following code snippets:

this.DockManager.AddDocument(window, window.TabStrip as DocumentTabStrip, DockPosition.Bottom);

this.DockManager.AddDocument(window, window.TabStrip as DocumentTabStrip, DockPosition.Right);

Thank you for the suggestions Richard. Your Telerik points have been updated.

All the best,

Julian Benkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Dock
Asked by
Philip
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Julian Benkov
Telerik team
Share this question
or