Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
The drag-and-drop logic currently expects the different RadDocking instances to be hosted in one Window element, more specifically, in the MainWindow of the application.

We could add support for different instances being hosted in separate Window elements that will support dragging and dropping operations.
Completed
Last Updated: 07 Jul 2023 05:44 by ADMIN
Release R2 2023 SP1
Updating the ThemeSizeHelper by incorporating the margins of GridSplitters and AutoHide areas would significantly improve the flexibility and convenience of better switching between Windows 11 and Windows 11 Compact themes within the RadDocking control.
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.
Completed
Last Updated: 07 Feb 2022 08:00 by ADMIN
Release LIB 2022.1.207 (7 Feb 2022)

Currently, the RadPaneGroup has one Grid layout with Margin="5" present in its control template, which causes the Content of each child pane to be indented according to the Margin property's value.

To work this around, extract the control template, with x:Key="RadPaneGroupDocumentHostControlTemplate", and modify the Grid layout, which has its Margin property set to 5. After that, create a new style with TargetType="RadPaneGroup" and set its DocumentHostTemplate property, to the modified one.

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: 19 Feb 2016 07:52 by ADMIN
It would be great to be able to use other Resources other that the App.xaml for the Styles applied to the ToolWindow instances.

As they are automatically created and as expected are in a different visual tree accessing for example the Resources of the MainWindow is not possible.

Available in the 2016 Q1 SP1 Release.
Completed
Last Updated: 17 Aug 2015 12:22 by Grzegorz
Available in LIB version 2015.2.817, it will be also available in the 2015 Q3 Release.
Completed
Last Updated: 05 May 2016 07:12 by Olav
It would be useful to be able to customize the properties of the auto generated RadSplitContainer, RadPaneGroup and ToolWindow instances (created by floating, docking, pinning and unpinning of RadPane instances) based on the old RadPane instance.

For example the GeneratedItemsFactory methods could provide information about the RadPane for which SplitContainer etc is created.

Available in the 2016 R2 release.
Completed
Last Updated: 24 Mar 2014 08:42 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Docking
Type: Feature Request
0

			
Completed
Last Updated: 05 May 2016 07:36 by Matthew
ADMIN
Created by: Vladi
Comments: 2
Category: Docking
Type: Feature Request
19
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.
Completed
Last Updated: 05 May 2016 06:48 by ADMIN
When you create a custom PaneGroup by adding a class that inherits RadPaneGroup make it possible that the built-in Save/Load layout functionality loads those PaneGroups.

Available in the 2016 R2 release.
Completed
Last Updated: 16 Dec 2013 13:21 by ADMIN
Open a Window from a button placed inside the unpinned pane. The pane does not hide and the window is shown below it.
Completed
Last Updated: 05 May 2017 01:41 by John
Make it possible to set fixed WIdth/Height sizes to the PaneGroups. In the current version setting the Width/Height properties of the PaneGroup leads to incorrect placement of the groups while docked in the control.

Available in the 2017 R2 Release.
More information you can find here: http://docs.telerik.com/devtools/wpf/controls/raddocking/features/pane-groups#set-minmaxwidth-and-minmaxheight
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.
Completed
Last Updated: 08 Sep 2020 07:16 by ADMIN
Release R2 2020 SP1
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Feature Request
19
Show a navigation window for navigating between panes when the user presses Ctrl+tab. 

RadDock for WinForms has such feature: https://docs.telerik.com/devtools/winforms/dock/architecture-and-features/quick-navigator
Completed
Last Updated: 11 Aug 2016 14:04 by Tom
Closing a RadPane in the DocumentHost should focus the last selected pane instead of the first one(as in VS)
Completed
Last Updated: 05 May 2017 01:41 by John
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Feature Request
4
Add overloads for LoadLayout and SaveLayout methods of the Docking control with parameter of type XElement instead of Stream. Change the Save/Load layout code to use LinqToXML instead of XmlReader and XmlWriter.
Completed
Last Updated: 10 Sep 2020 13:14 by ADMIN
Release R3 2020
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Feature Request
9
Add shortcuts like:
- close a pane by mousewheel click on the tab
- close the active pane by keyboard shortcut (e.g. Ctrl + W)
- switch active pane by Ctrl + Tab
Completed
Last Updated: 09 Oct 2015 00:17 by Stevens
ADMIN
Created by: Telerik Admin
Comments: 7
Category: Docking
Type: Feature Request
47
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.
1 2