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

disable scroll bars

1 Answer 280 Views
Window
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Morten asked on 17 Jul 2008, 10:50 AM
Is it possible to disable scroll bars in a radwindow?

1 Answer, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 17 Jul 2008, 11:33 AM
Hi Morten,

The scrollbars of the RadWindow are part of the page which represents the content of the iframe inside RadWindow. If you want to disable scrollbars you need to set overflow:hidden to the html of the content page of RadWindow, e.g.:
<style type="text/css">  
html  
{  
    overflow:hidden;  
}  
</style> 
Please, find attached an example demonstrating the above suggestion.
If you need further assistance, do contact us again.

All the best,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Sophy
Telerik team
Share this question
or