Hiding scrollbar in WebView

Oliver Bosse

Member
Licensed User
Longtime User
Hi all,

does anyone know how to hide the scrollbar completely in WebView?
I have a page in a WebView that doesn't really need the vertical scrollbar
and yet there is a white bar without a scroller.
How can I also hide that? Like i could normally do with css overflow: auto?

Oliver
 
Last edited:

adamioan

Member
Licensed User
Longtime User
Just a guess, why don' t you try to resize the WebView so its right side to exceed the screens width?
 
Upvote 0

warwound

Expert
Licensed User
Longtime User
This is a bit of an old thread but i'll add my solution...

Set the WebView Color property to match it's container's Color.
The scrollbar is still there but no longer it's default white color.

WebView Color can only be set in code by the way - not in the Designer.

Martin.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…