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: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: 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: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
Unplanned
Last Updated: 15 Mar 2019 17:39 by ADMIN
Completed
Last Updated: 03 Apr 2015 08:31 by ADMIN
Reorder a pane and save the layout. Reorder another pane and load the layout - the wrong pane is selected.
Completed
Last Updated: 18 Mar 2014 09:10 by ADMIN
When using Implicit Styles setting the DropDownDisplayMode of a PaneGroup to Visible in the Office themes causes the DropDownButton to be invisible.
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
Make it possible to float unpinned Pane by dragging them from the AutoHideArea.
Unplanned
Last Updated: 03 Jan 2017 20:22 by Lawrence
Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
Make it possible to dock panes inside and outside of the DocumetnHost via it's compasses
Completed
Last Updated: 10 Mar 2014 12:30 by Chris
If there are more than 2 Panes in an PaneGroup closing one of the Panes with index bigger than 1 calls ActivePaneChanged  event twice.
Completed
Last Updated: 07 Feb 2019 16:13 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Docking
Type: Bug Report
4
When the Dock's auto-hide area is is about to be shown on two monitors simultaneously it is shown only on one of the monitors.
Unplanned
Last Updated: 03 Jan 2017 20:35 by ADMIN
Declined
Last Updated: 25 Jan 2019 17:33 by ADMIN

After upgrading to Telerik WPF 2019.1.116 from 2018.3.1010 we receive a lot of:

System.ComponentModel.Win32Exception (0x80004005): Invalid window handle
   MS.Win32.UnsafeNativeMethods.GetWindowText(HandleRef hWnd, StringBuilder lpString, Int32 nMaxCount)

Exceptions. It makes out application very slow.

In version 2018 everyting was OK. See attached scerenshots.

Unplanned
Last Updated: 13 Feb 2020 10:06 by ADMIN
Created by: Christian
Comments: 0
Category: Docking
Type: Feature Request
4
Currently, unpinned panes need to first be pinned in order to be floated. Floating of unpinned panes should be made possible.
Unplanned
Last Updated: 03 Jan 2017 20:26 by ADMIN
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Bug Report
4
AutoHideArea is opening when pin/unpin another Pane
Declined
Last Updated: 05 Jan 2017 15:18 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:24 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Docking
Type: Feature Request
4
Add better layout-related events for the Docking control like PreviewPaneStateChanged and improved the arguments of the PaneStateChanged event. Also add events for resizing of a SplitContainer, moving a ToolWindow, etc.
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.