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

Issue with RAD Dock control

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sudhakar
Top achievements
Rank 1
Sudhakar asked on 22 Sep 2012, 07:33 AM
Hi,
I have added a usercontrol in Rad Dock, initially when i show the grid it does not contain any scroll bars after hiding the grid it shows up scroll bars with spaces.
how to avoid not showing spaces, have attached the screen shot.

One more thing, When i maximize and minimize the screen at that time i am able to see the screen with no scrollbars and it is fit correctly.

Please help me with resolving this issue.

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 26 Sep 2012, 02:04 PM
Hi Sudhakar,

The scrollbars appear because there is not enough space to display the content in the RadDock. By default the dock is 300px wide so if your user control has higher width you should change the value of the dock's property Widht accordingly. The height of the RadDock depends on the height of its content if you have not specified anything in the Height property of the control. In case you have set this property, I would suggest removing it so that the dock is resized according to the height of your user control.

I noticed that the dock you are using is customized. If the problem persists, please recreate the scenario with the default RadDock and send your setup so that I can observe it locally.

All the best,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Sudhakar
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or