The compass elements are not on the proper places when the docking is on the second monitor. To reproduce this the DPI of the monitors should be different for example 125% (main) and 150% (secondary). Also, to reproduce this you will need to enable the DPI awareness of the application by setting the dpiAware and dpiAwareness settings in the app.manifest file.
In WPF when show the unpined pane by hovering, when right click to show the contextmenu the pane collapses.
Dragging objects from outside control shouldn't be allowed in specific cases. In cases where the RadDocking control cannot use the dragged data, the drop operation shouldn't be allowed.
If DragDropMode is set to Deferred when trying to dock a Pane inside a compass that is over the dragged Pane, the dock operation is not completed correctly. Available in LIB version 2016.2.516, it will be also available in the R2 2016 SP1 Release.
If the IsContentPreserved of a PaneGroup is SET to true and a RadTabControl is placed inside a Pane the focus is moved through its content.
If a SplitContainer's InitialPosition is set to FloatingDockable and the the layout is saved in the Unloaded event of the control, that SplitContainer is not shown after layout load. The same could be observed if you float a Pane by dragging it out of its docked state.
Make it possible to be able to set separate header and content ToolTip of a RadPane
Steps to reproduce: 1. Start the WPF Controls Example application on a terminal server 2. Select Docking example 3. Try to move a floating windows by dragging it with the mouse 4. The window will move for a split second, but stop moving after that. (It behaves as if the mouse button was released after the initial move)
Removing the Right mouse button ContextMenu of ToolWindow is not possible.
With code below the radPane will remain hidden (radPane is floating pane):radPane.IsHidden = true; radPane.IsHidden = false; Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.
This leads to loading wrong Template whenever the layout is loaded.
Available in LIB version 2017.3.1225, it will be also available in the R1 2018 Release.
Using the LayoutChangeEnded event to save the layout when docking a floating Pane causes that Pane to not be saved correctly.
If the IsHidden property of a Pane placed inside the Document host is bound to a property in the ViewModel with value of True the IsHidden property at start-up is reset to False.
Available in LIB version 2016.2.530, it will be also available in the 2016 R2 SP1.