<ScrollViewer>
<phone:WebBrowser
ScrollViewer.VerticalScrollBarVisibility="Visible" x:Name="browser"
IsScriptEnabled="True" />
</ScrollViewer>
I was initialized webBrowser like above. And I have made vertical scrollbar scripts as much i know. Still, Vertical scroll bar is not visible in webBrowser ?
What mistake I have done ?
I think this is a theme issue.
Your WebBrowser is loading HTML that has a white background, but the default color of the scroll bar is white. So, it may actually be there.
Try switching your device/emulator theme from dark to light. Then view the WebBrowser.