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

RadDock Scrolling IE6

3 Answers 85 Views
Dock
This is a migrated thread and some comments may be shown as answers.
mary
Top achievements
Rank 1
mary asked on 21 May 2009, 11:48 AM
I'm using the latest version of the controls and the RadDock seems to wokr fine in IE7 but in IE6 no scroll bars appear when the content of the raddock is bigger than the raddock.  I've not set teh width/height of the raddock.  Is this necessary to get the scroll to work in IE6?

3 Answers, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 25 May 2009, 12:15 PM
You should set Height to RadDocks if you want scrollbars to appear.
0
mary
Top achievements
Rank 1
answered on 25 May 2009, 03:17 PM
Will this cause the horizontal scroll bar to display as well?  currently it appears to generate a div with width = 100% by default
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 01 Jun 2009, 02:12 PM
You should set overflow:scroll !important; to the rdContent class and the RadDock will be with scrollbars always,e.g.
<style type="text/css">  
     .rdContent  
     {  
        overflow:scroll !important;  
     }  
    </style> 
Tags
Dock
Asked by
mary
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
mary
Top achievements
Rank 1
Share this question
or