Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
Having only a single RadPane in one RadDocking instance will not allow you to drag it into another RadDocking instance, which does not have any elements when both RadDocking instances are under the same drag-drop domain.
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: 11 Feb 2014 10:23 by ADMIN
Removing item from the PanesSource collection causes NullReferenceException
Completed
Last Updated: 25 Jan 2024 19:04 by ADMIN
Release LIB 2023.3.1315 (15 Jan 2024)
When a RadSplitContainer's Orientation is set to Vertical and a RadPaneGroup has a Margin with negative values for the Top and Bottom properties, the container may appear cropped.
Completed
Last Updated: 11 Feb 2014 10:23 by ADMIN
When Saving and Loading a layout which has empty DocumentHost an ArgumentOutOfRangeException is thrown
Completed
Last Updated: 07 Jun 2018 08:31 by ADMIN
Completed
Last Updated: 19 Feb 2018 15:07 by ADMIN
The fix will be available in the R1 2018 SP2 Release.
Completed
Last Updated: 21 Mar 2016 19:06 by ADMIN
In nested RadDocking scenarios if the inner RadPane's content contains a ScrollViewer pressing "Tab" or "Tab + Shift" (keyboard navigation) the focus is moved out of the RadPane's content into the parts of the RadDocking.
Completed
Last Updated: 16 Aug 2016 06:20 by ADMIN
When the content of a RadPane contains an ScrollViewer it is scrolled to its end when the RadDocking control is used in nested docking scenarios.

Available with the 2015 Q3 release.
Completed
Last Updated: 25 Oct 2016 13:57 by ADMIN
When used in second Tab in TabControl for example.

Available with the R3 2016 SP1 release. 
Completed
Last Updated: 17 Oct 2016 14:59 by ADMIN
When move the most left pane in a split container above some other pane in the same split container the second splitter is created.

Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release. 
Completed
Last Updated: 01 Sep 2014 06:14 by Katie
This only happens whenever the Panes are docked one above another in the DocumentHost.
Completed
Last Updated: 19 Apr 2019 12:58 by ADMIN
Release LIB 2019.1.422 (04/22/2019)

Dynamically adding RadPane to PaneGroup, the header of the pane does not appear on the second added pane.

To workaround this the OnApplyTemplate() method can be called after the RadPane is added to the RadPaneGroup.

Completed
Last Updated: 25 May 2016 08:20 by sho
Completed
Last Updated: 25 Jun 2014 10:47 by Jax
Currently TabStripPlacement property is not stored on a RadPaneGroup as part of the xml when calling SaveLayout. The result is when this has been set to say "top", loading the same layout then causes all docked panes in the group to switch tab placement to the default of bottom - which is not the same as it was.
Completed
Last Updated: 30 May 2016 12:07 by ADMIN
ADMIN
Created by: George
Comments: 0
Category: Docking
Type: Bug Report
0
Changing the pane's state using context menu from floating to tabbed items leads to memory leak in MVVM scenario.

Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
Completed
Last Updated: 21 Oct 2019 10:53 by ADMIN
Release R3 2019 SP1

Hello Support,

we are using the RadDocking.LayoutChangeEnded event to store the docking layout (via RadDocking.SaveLayout) after the user has changed it.

When animations are enabled (default) everything works as expected and all groups, split containers, and panes are included when in the XML written by RadDocking.SaveLayout.

However, when disabling animations (either using AnimationManager.IsGlobalAnimationEnabled or custom styles for RadWindow and/or ToolWindow setting AnimationManager.IsAnimationEnabled to false) the RadDocking.LayoutChangeEnded event is raised too early.

The faulty behavior can be reproduced with the attached demo application as follows:

1. start the application (App.xaml includes a style for ToolWindow with animations disabled)

2. drag the pane "Solution Explorer" out of the application to create a new tool window

3. drag the "Solution Explorer" tool window onto the "Properties" pane's compass and drop it below "Properties", so that "Properties" and "Solution Explorer" are both pinned right in the application above each other

4. when inspecting the layout written to the "Output" pane you will find that the entry for the RadPane "Solution Explorer" is missing

Any additional change to the docking layout (like resizing a pane) will update the layout and show all panes again.

When enabling animations in the ToolWindow style the above steps will result in the complete layout being written to the "Output" pane.

Please let me know should you require further information for reproduction of this bug.

Best regards,

Oliver

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: 24 Mar 2014 08:41 by ADMIN
If the mouse is above an AutoHideArea while the theme of the control is changing an NullReferenceException is thrown.
Completed
Last Updated: 18 Mar 2014 09:11 by ADMIN
If the Background property of a RadPaneGroup is set in Windows8 and Office2013 themes it is disregarded