Hi Victor,
I believe the problem exists in IE6 and IE7 only. RadDock is rendered as a <div> element and if the vertical scroll-bar appears on the <div> the horizontal will also appear if any of the inner HTML elements has width:100%. This is because the browser does not take into consideration the width of the vertical scroll-bar when calculating the width of the <div>. Here is an example demonstrating this behavior:
To overcome the issue you should disable the horizontal scroll-bar on the docks using the following style:
Best wishes,
Pero
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.