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

disabling scroll bars

1 Answer 56 Views
Window
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 18 Dec 2010, 06:05 PM
I have a popup modal window that displays a youtube link that fits inside the window horizontally, yet there are horizontal scroll bars visible.  How do I disable these scrollbars without making the windows much wider than it actually needs to be

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Dec 2010, 06:18 AM

Hi,

Have you tried setting AutoSize property of the RadWindow to True?

Also try adding the following style in the page which is loaded in RadWindow in order to hide the scrollbars and see whether it helps.

css:

<style type="text/css">  
    HTML  
    {  
        overflow-x: hidden;  
    }  
</style>

Regards,

Shinu.

Tags
Window
Asked by
mww
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or