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

RadWindow

1 Answer 80 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mauro
Top achievements
Rank 1
Mauro asked on 07 Aug 2008, 10:46 AM
There is any change to disable scrollbar in a RadWindow ?
How can I remove the scrollbar in a RadWindow?

cheers
M.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 07 Aug 2008, 11:45 AM
Hi Mauro,

You can achieve the desired behavior by adding the following style in the head of the page which is loaded in the RadWindow:

<style type="text/css">  
html, body, form  
{  
   overflow:hidden;  
}  
</style> 


Greetings,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Mauro
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or