简体   繁体   中英

WP7 WebBrowser control doesn't show scroll bars

I'm using a WebBrowser control to show some dynamic content from a web service. I've noticed that the WebBrowser in the app doesn't have scroll bars so the user doesn't know how much they have scrolled relative to the length of the page. My xaml for this control is very basic, I'm not doing anything to it. I've noticed that IE on the phone does show scroll bars. Does this control not support scroll bars?

<browser:WebBrowser x:Name="webBrowser" />

Unfortunately, the WP7 WebBrowser control does not provide scrollbars. I can see that there are good reasons why this might be useful, so you should probably raise a feature request/bug report on the App Hub .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM