Visually merging individual DockWindow elements

3 Answers 50 Views
Dock
Simeon
Top achievements
Rank 1
Iron
Simeon asked on 02 Aug 2023, 01:03 PM

Hello everyone! These days, I am doing some research with the RadDock control and encountering a difficulty when I'm trying to completely remove the borders and visually merge individual DockWindow elements. As far as I can see, achieving this requires removing some additional spitter elements, but I haven't had much success so far.

I would appreciate your help with this.

Kind Regards,

Simeon

3 Answers, 1 is accepted

Sort by
0
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 08 Aug 2023, 10:41 AM

Hi Simeon,

Thank you for the additional details.

You can try setting the SplitterWidth property of the RadDock to 0. This way the splitter will not be visible. Later on, you can increase the value of this property is resizing functionality is required.

 this.radDock1.SplitterWidth = 0;

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Dinko | Tech Support Engineer
Telerik team
answered on 07 Aug 2023, 06:55 AM

Hello Simeon,

I appreciate your interest in our RadDock control for WinForms.

Upon reading your reply, I am unsure which border needs to be removed and how the windows need to be merged. Can you send me images of the visual look you are trying to achieve? This way I can better understand it and try to find a suitable solution for you.

I am looking forward to your reply.

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Simeon
Top achievements
Rank 1
Iron
answered on 07 Aug 2023, 09:22 AM | edited on 07 Aug 2023, 09:58 AM

Hello, Dinko,

Thank you very much for your replay!

I marked in red the borders between the ToolWindow elements of the RadDock control, so please find the attached screenshot.

To clarify, my goal is for the ToolWindow elements to be arrangeable, but once arranged to be visually merged. I am aware that there are splitter elements there that are used for toolwindows resizing, but my intention is to merge the toolwindows visually, and if it's possible, then I could activate the splitters programmatically later on, whenever there is a need for further resizing.

Thank you!

Simeon

 

Tags
Dock
Asked by
Simeon
Top achievements
Rank 1
Iron
Answers by
Dinko | Tech Support Engineer
Telerik team
Simeon
Top achievements
Rank 1
Iron
Share this question
or