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 th开发者_如何学Pythone 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.
精彩评论