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:

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
Top