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

Rad dock without Scrollbars

1 Answer 93 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 21 Dec 2010, 09:27 AM
I want Rad dock without Scrollbars but all the controls in the raddock should be viewable

1 Answer, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 22 Dec 2010, 10:34 AM
Hi Naresh,

You can easily hide the scrollbars on the RadDock control, but all of its content might not be visible, because the dock cannot automatically adjust its width according to its content. The height is adjusted by simply not setting the Height property.

The following CSS will remove the scrollbars on all docks on the current page:
<style type="text/css">
    .rdContent
    {
        overflow: hidden !important;
    }
</style>

Best wishes,
Pero
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Dock
Asked by
Naresh
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or