Completed
Last Updated: 09 Oct 2015 00:17 by Stevens
ADMIN
Telerik Admin
Created on: 28 Feb 2011 12:52
Category: Docking
Type: Feature Request
47
Set size to the Panes and retain this size when docking/undocking.
In the following scenario:

    Floating Pane's size has been changed.
    The layout has been saved.
    The layout has been loaded.
    The Pane has been docked.
    Making the Pane floating should retain the custom size from point 1.
7 comments
Stevens
Posted on: 09 Oct 2015 00:17
This should be for winforms also. I can't find RetainPaneSizeMode in winforms.
ADMIN
Nasko
Posted on: 03 Jul 2015 15:21
Hi Ashley,

On the following link from our help documentation you could find a detailed information about the RetainPaneSizeMode of RadDocking:
http://docs.telerik.com/devtools/wpf/controls/raddocking/features/retain-pane-size

Hopes this helps.
Ashley
Posted on: 02 Jul 2015 15:43
How?Where? Where is the documentation?
ADMIN
Geri
Posted on: 25 Jun 2015 15:56
Available in the 2015 Q2 Release.
Lance B
Posted on: 26 Feb 2014 20:48
My Original request;

I am programatically creating a Floating RadPane

initially I am setting its size using the following code before adding it to my RadPaneGroup

var newPane = new RadPane();
RadDocking.SetFloatingSize(FwRadSplitContainer , new Size(800,600);
FwPaneGroup.AddItem(newPane, DockPosition.Center);
newPane.MakeFloatingDockable();

This works

I can also create other Floating Panes and set them to different sizes

The problem occurs when the panes are docked and then undocked, they do not remember their original size but are the size of the last Floated Pane created.
Is there a way to make them retain their original size or set the size as they are undocked
Thomas
Posted on: 18 Feb 2014 10:34
For our company this is a very important feature. We have 9 users/licencses and everyone needs that feature. 
It seems the status of the feature is already "approved" can you give me a roadmap etc. for the feature?
Jesper
Posted on: 12 Jul 2013 03:01
Try to look at Visual Studio and implement the RadDocking to have the same functionality. As a user that is exactly how you want docking to work. No more - no less.