2
<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 ?

Mohamed Thaufeeq
  • 1,667
  • 1
  • 13
  • 34

1 Answers1

0

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.

Laith
  • 6,071
  • 1
  • 33
  • 60