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

Browser scroll coming with HTML Place holder.

1 Answer 80 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Sandip
Top achievements
Rank 1
Sandip asked on 23 Apr 2011, 09:46 PM

Hi;
   We are developing a Silverlight application with SL 4.0 & Telerik tools. One  section of the application is alike to "outlook Express". In left side we have folder listing. & right side is having tabular display of mails.  Below tablur section we are displaying either email body  orCustom media player depending upon mail type. email is displayed with RadHTMLplaceholder & media with our custom player. 
         
               When we are having simple HTML which renders with HTML place holder; a browser scroll started coming with Silverlight scroll(its bydefault). But in case of media player we are only getiing a Silverlight scroll  not browser one as per scoping. I have attached two screen shots for your refence.
          
       Please have a look on this issue earliest. This is a real hurdle for us.

      Please let me know if you require further inputs.  
 

Regards

Sandy

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 27 Apr 2011, 01:36 PM
Hello Sandip,

Can you try setting the overflow proeprty of the html,body in the page hosting the SL plug-in to hidden:

html, body {
    height: 100%;
    overflow: hidden;
}

And let us know how it works for you. If this does not help, could you please send us a sample project reproducing the issue. This way we will be better able to assist you.

Kind regards,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
HTMLPlaceHolder
Asked by
Sandip
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or