Completed
Last Updated: 29 May 2023 10:03 by ADMIN
Release R2 2023
Created by: Martin Ivanov
Comments: 0
Category: Docking
Type: Feature Request
9
Currently, you can drag and drop panes only in their parent RadDocking control. Allow dragging from one RadDocking to another.
Unplanned
Last Updated: 15 Mar 2019 17:39 by ADMIN
Just like in Visual Studio, a floating pane, which I want to dock (for example to the bottom), can either take the whole width or just the width that is left.

For example:
At start, the panes in the bottom does not consume the whole window width. After undocking the panes and docking them back, the compass only shows me an option to dock the panes while consuming the whole width.

I have no option to return to the original state (like in Start.png). The only way to return to that state is undock and re-dock the right pane, and then dock and re-dock the left pane.

Visual Studio has this feature (see image).
Unplanned
Last Updated: 03 Jan 2017 21:05 by Piet
Return undocked pane to its previous docked state when double click on its Header.
Completed
Last Updated: 11 Aug 2016 14:04 by Dietmar
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Feature Request
8
As a user of the control I want to be able to write custom logic for saving and loading the layout of the Docking control so that

- I can customize which elements should be saved (I want to exclude elements)
- I can describe how the elements should be loaded
- I can choose how the layout file is formatted
- I can choose which properties of a RadSplitContainer, RadPaneGroup or RadPane are saved

Available in the 2016 R2 release.
Unplanned
Last Updated: 03 Jan 2017 20:41 by Eric
Make it possible to float, maximize and restore the Pane to its previously docked position.

As a user I want to be able to maximize docked Panes when I double click their Headers and restore them to their docked state when I double click the Header of the floating Pane so that it is easier for me to maximize a Pane with less mouse interaction.
Won't Fix
Last Updated: 06 Oct 2022 09:20 by ADMIN
Created by: Martin Ivanov
Comments: 1
Category: Docking
Type: Bug Report
7
A memory leak related to the automation peers of the RadPane and RadPaneGroup appears when you close a pane (using its Close button) even if you call its RemoveFromParent() method.

To work this around disable the automation peers. To do so please set the static AutomationManager.AutomationMode property toAutomationMode.Disabled.
public MainWindow()
{
    AutomationManager.AutomationMode = AutomationMode.Disabled;
    InitializeComponent();
}

The issue originates from ItemsControlAutomationPeer. It is reported to Microsoft in their old connect portal here =>

https://connect.microsoft.com/VisualStudio/feedback/details/838165/memory-leak-in-the-itemscontrolautomationpeer-because-items-removed-from-the-itemscollection-are-still-strongly-held-by-the-weakrefelementproxystorage
Completed
Last Updated: 04 Dec 2020 12:29 by ADMIN
Release LIB 2020.3.1207 (12/07/2020)
The flyout element is the popup that shows the current RadPane when when it is unpinned in the auto-hide area. Currently, the min width of the flyout is hard-coded to 50. Allow changing this value.
Completed
Last Updated: 09 Aug 2022 19:45 by ADMIN
Release LIB 2022.2.815 (15 August 2022)
This issue is replicable in a setup which has two monitors and wit different DPI.
If a docking window is resized to a width over both monitors, when the window is more than a half on the monitor with lower DPI, it is not possible to dock it.
Completed
Last Updated: 10 Feb 2014 13:28 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 12:50 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Feature Request
6
Adding active state will make possible to customize the Template/Style of the active Pane in the control.
Completed
Last Updated: 16 May 2016 10:56 by ADMIN
When DragDropMode is set to Deferred and Pane are moved around in the Docking control if the layout is saved and loaded some Panes are rendered incorrectly.

Available in LIB version 2016.2.516, it will be also available in the R2 2016 SP1 Release.
Completed
Last Updated: 11 May 2015 13:04 by ADMIN
The same issue is observed when a WindowsFormsHost is placed inside RadPane. In that scenario the "made floating" animation of the RadPane instances is suppressed by the WindowsForms integration leading to flickering issues.
Completed
Last Updated: 04 Oct 2016 07:27 by BENN
Available in LIB version 2016.3.1003, it will be also available in the R3 2016 SP1 Release.
Unplanned
Last Updated: 15 Mar 2019 17:39 by ADMIN
Expose information about the used Compass when docking a Pane.
Unplanned
Last Updated: 03 Jan 2017 20:38 by ADMIN
Add a CloseButtonPosition state like the InPane one but only for the active (selected) Pane
Unplanned
Last Updated: 03 Jan 2017 20:53 by ADMIN
Pinning a pane instance will cause that instance's tab to go to the first place of the group in which it is in the DocumetnHost of the control. This behavior could be observed in MS Visual Studio 2013
Completed
Last Updated: 01 Nov 2021 07:04 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
The AutoHide area is closing when clicking at WinForms control placed in it.
The issue also can be reproduced with WebBrowser or any object of MarshalByRefObject type placed in the AutoHideArea.
Unplanned
Last Updated: 03 Aug 2016 12:50 by ADMIN
Place a notepad over the MainWindow and mouseover an unpinned pane - the autohide area shouldn't show up.
Unplanned
Last Updated: 03 Jan 2017 20:41 by ADMIN
As a developer using the RadDocking control, I want to be able to make the Popups of the AutoHideAreas non-transparent without overriding the whole theme.
Unplanned
Last Updated: 11 Aug 2016 14:04 by Adiel
Created by: Toni
Comments: 2
Category: Docking
Type: Feature Request
5
Any suitable workaround is welcome.