This is a migrated thread and some comments may be shown as answers.

Overlapping RadPanes

2 Answers 113 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Mateusz
Top achievements
Rank 1
Mateusz asked on 05 Dec 2018, 08:10 AM

Hi,

I've got a problem with overlapping RadPanes when using RadDocking Root Compass.

The case is that when I'm dragging RadPanes to the one side of the Root Compass, the Rad Panes on the other side gets overlapped by the dragged ones.
Description may not be clear, so here is simple gif showing the problem:

Pane "Inner Pane C" get overlapped, when dragging new panes to the left side of the Root Compass. It works for every side of the Root Compass.

 

Is there a simple solution for this issue? Ex. modifying the docked Panes width, to fit them all in the RadDocking control? I've searched on this forum and in the documentation, and couldn't find the solution.

 

Best regards,

Mateusz

2 Answers, 1 is accepted

Sort by
0
Mateusz
Top achievements
Rank 1
answered on 05 Dec 2018, 08:14 AM
GIF didn't load correctly, please find it in attached files.
0
Dilyan Traykov
Telerik team
answered on 07 Dec 2018, 03:55 PM
Hello Mateusz,

I'm afraid that such behavior is expected when there are no panes docked at the opposite side of the control.

RadDocking is designed to mimic the Visual Studio application and you can observe the same behavior there if you follow the same action steps.

My only viable suggestion would be to disable the root compass to avoid putting the control in such a state in the first place:

<telerik:RadDocking.RootCompassStyle>
    <Style TargetType="telerik:RootCompass">
        <Setter Property="Visibility" Value="Collapsed" />
    </Style>
</telerik:RadDocking.RootCompassStyle>

I do hope such an approach would work for you. Please let me know if any further questions or concerns arise.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Docking
Asked by
Mateusz
Top achievements
Rank 1
Answers by
Mateusz
Top achievements
Rank 1
Dilyan Traykov
Telerik team
Share this question
or