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: 12 Jan 2022 14:33 by ADMIN
Release R1 2022
When several unpinned panes are saved, each one of them is duplicated inside the generated XML. 
Unplanned
Last Updated: 29 Dec 2021 14:48 by ADMIN
Add a visual element to display the exact drop location of an item, when reordering panes in a pane group.
Unplanned
Last Updated: 07 Dec 2021 01:31 by Marco
Currently Minimize\Restore\Maximize buttons are not shown in the ToolWindow's header, so there are some inconveniences in use. For example, it's impossible to minimize tool windows easily.
Completed
Last Updated: 29 Nov 2021 06:35 by ADMIN
Release R3 2021 SP
Wrong order of the elements in the xml produced when saving the layout.
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: 21 Oct 2021 13:21 by ADMIN
Created by: Julien
Comments: 0
Category: Docking
Type: Feature Request
1
Allow floating panes from the auto-hide area as this can be done from a pinned RadPaneGroup.
Completed
Last Updated: 20 Oct 2021 07:13 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
Office2019 theme does not remove the ScrollViewerElement element when CanUserClose is set to False and the Visibility is set to Collapsed on a DocumentPane.
Completed
Last Updated: 01 Oct 2021 10:44 by ADMIN
Release LIB 2021.3.1004 (4 Oct 2021)
An unpinned RadPane that is being resized starts shrinking after it passes a certain threshold. 
Completed
Last Updated: 01 Jul 2021 14:18 by ADMIN
Release LIB 2021.2.705 (5 Jul 2021)

Hello Support,

 

I have some hidden panes (see attachement). The Problem is that when I try to reorder and save the layout and reload it, the panes are not ordered as wished.

 

I there a way to provide it?

 

Best regards,

Frédéric Le Blay.

Completed
Last Updated: 21 May 2021 06:39 by ADMIN
Release LIB 2021.2.525 (25/05/2021)
Created by: Joshua
Comments: 0
Category: Docking
Type: Bug Report
0
Instances of the NavigatorItemViewModel class stay in memory when using the DockingNavigator.
Completed
Last Updated: 17 May 2021 09:54 by ADMIN
Release LIB 2021.2.517
The dropdown menu in the DocumentHost throws a NullReferenceException in newer themes when it is opened.
Completed
Last Updated: 25 Feb 2021 13:59 by ADMIN
Release LIB 2021.1.301 (1/03/2021)
The visual clue, which shows where a ToolWindow will be dropped within the RadPaneGroup is not shown.
Completed
Last Updated: 01 Feb 2021 11:11 by ADMIN
Release LIB 2021.1.201 (2/1/2021)
Nested Docking can't be found by UI Automation framework.
Unplanned
Last Updated: 18 Jan 2021 11:45 by Simeon
Currently when ScaleTransform is used ether on the RadDocking control or its container the compasses/drop cues which are shown when docking a RadPane instance have incorrect scaling and are placed incorrectly.

By design the control's scaling is determined by the scaling of the OS environment.
Unplanned
Last Updated: 08 Dec 2020 11:54 by ADMIN

Hi,

 

In most docking applications (Telerik WinForms, Visual Studio), it is possible to right click on the pane-tab header and get the options:

- New Horizontal Tab Group

- New Vertical Tab Group

- Move to Next Tab Group 

etc.

 

This would nice in WPF as well

 

/Brian

 

 

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: 13 Nov 2020 18:09 by ADMIN
Release LIB 2020.3.16
When the CloseTabsOnMouseMiddleButtonDown property is set to True and the user clicks on an unselected tab, it will be not closed, the selected one is closed instead. 
Completed
Last Updated: 06 Nov 2020 13:59 by ADMIN
Release LIB 2020.3.1109 (11/09/2020)
The ToolWindows of the RadDocking control remain open even if the application is minimized when a remote connection is restored.