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

How i Make RadForm or Default Form Load in RadDock Panel

1 Answer 140 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Deve
Top achievements
Rank 1
Deve asked on 12 Apr 2014, 03:41 PM
i was use Weifon luo for Docking and i want to know how to Show or Load Form in DockPanel or RadDock Panel  Like that Code i use it in weifun luo

public partial class Form2 : DockWindow                //  i try that in RadDock but there`s Error in Form Designer and it Crashed .

{
....... any code
}

and in Main Form that i use as Main Docking i should write that

public partial class Form1:Form
{
Form2 f2=new Form2();
f2.show(DockPanl1,Dockstate.Left) ;       // or in Telerik RadDock as    Raddock1,Dockposition.Right ........... etc   .. 


please i need fast answer Thanks ADMINS .
}

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 14 Apr 2014, 03:47 PM
Hello Deve,

Thank you for writing.

I am not familiar with the product you mention, however, here are some links to our documentation, showing how to dock a DocumentWindow or a ToolWindow in the control: http://www.telerik.com/help/winforms/dock-object-model-creating-toolwindow-and-documentwindow-at-runtime.html.

More information about the product and its supported features is available in the same section as the above articles. 

I hope you find this information useful.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Dock
Asked by
Deve
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or