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

Issue when resizing form

2 Answers 54 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Terry
Top achievements
Rank 1
Terry asked on 11 Jul 2018, 04:29 PM

I am having issues laying out a basic layout using RadDock. I am using the RadDock Advanced Layout Designer to layout the Tools window.

See the attachment, when the user resizes the form, I would like to have the Tool Window fill to the right, how can I dock the Tool Window to dock appropriately? What I don't understand is that if I use the Document Window Option, it works but not for the tool option.

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 12 Jul 2018, 06:55 AM
Hello Terry,

By default, there is a space allocated for document windows. You can hide it by setting the following property:
radDock1.MainDocumentContainerVisible = false;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Terry
Top achievements
Rank 1
answered on 12 Jul 2018, 08:10 PM

Perfect! That worked.

Thanks Dimitar

Tags
Dock
Asked by
Terry
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Terry
Top achievements
Rank 1
Share this question
or