Completed
Last Updated: 06 Feb 2015 13:03 by ADMIN
ADMIN
Telerik Admin
Created on: 25 Feb 2010 10:56
Category: Dock
Type: Feature Request
3
ADD. Method to host a form in a HostWindow in RadDock
There should be a method which allows the user to host a Form in a HostWindow. This will come in handy when there is a save/load layout scenario.

Resolution: 
Use the DockControl method to host a form. Here is the code snippet: 
Form form = new Form8();
this.radDock1.DockControl(form, Telerik.WinControls.UI.Docking.DockPosition.Left);
0 comments