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

RadDock Problem

4 Answers 142 Views
Dock
This is a migrated thread and some comments may be shown as answers.
rouf
Top achievements
Rank 1
rouf asked on 15 Jan 2011, 12:08 PM
Hello,

I need  mdi layout where a left pane has menu's and the right major pane will act has a placeholder of winforms.
I tried RadSplitcontainer which did not prove a good option for me as the left menu pane should be resizibable,autohide,and all other such type of features for which i found RadDock as most appropriate. On setting its AutoDetectMdiChildren property to true, It shows me the most appropriate and ideal behaviour. I can add ToolWindows , dock them , hide them and so much of tasty stuff.

But there is only a single problem which hinders me to implement it and that is The RadDock opens the form in a Tabbed Document view, which i do not want. I only want to to display the form in its actual dimensions as the mdi container would otherwise show it. I was unable to find such kind of property for the RadDock.

Is there any solution to the abovesaid problem? Waiting for the solution fingers crossed.

4 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 15 Jan 2011, 02:40 PM
Hello,

You can hide the tabs on rad dock with the following line of code
Me.RadDock1.DocumentTabsVisible = False

Hope that helps
Richard
0
rouf
Top achievements
Rank 1
answered on 16 Jan 2011, 05:58 AM
Thanks Richard for your reply. But that is not going to solve my problem as it will only hide the tab but the form is still shown as a document with dock type as FILL.
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 16 Jan 2011, 10:49 AM
Hello,

As far as I know, the RadDock does not support having document windows as floating MDI Windows at this time
All the best
Richard
0
Arun Kumar
Top achievements
Rank 2
answered on 02 Oct 2011, 11:21 AM
I have the same problem. Is there any solution available now? Even If the MDI Child window is placed in center of the document window is ok for me.

Thanks
Tags
Dock
Asked by
rouf
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
rouf
Top achievements
Rank 1
Arun Kumar
Top achievements
Rank 2
Share this question
or