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

disable scroll bar from the radlistbox

2 Answers 307 Views
Window
This is a migrated thread and some comments may be shown as answers.
yao wang
Top achievements
Rank 1
yao wang asked on 10 Jun 2010, 05:02 AM
How to disable scroll bar from the radlistbox ? Thanks

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Jun 2010, 08:37 AM
Hi,

I am not quite sure about your requirement.

If you want to get rid of the scrollbars from RadListBox, then simply add the following style on page.
CSS:
 
    <style type="text/css">  
        .RadListBoxScrollable .rlbGroup  
        {  
            overflow: hidden !important;  
        }  
    </style> 

Or, if you want to remove the scrollbars of RadWindow, then you can find some suggestion on this forum.
I want to hide Horizontal Scrollbar

Thanks,
Princy.
0
yao wang
Top achievements
Rank 1
answered on 18 Jun 2010, 02:35 AM
it works very well, thanks.

Yao
Tags
Window
Asked by
yao wang
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
yao wang
Top achievements
Rank 1
Share this question
or