I want to remove scroll bars from Awesomium.net web control.
In visual studio defualt web browser you can easily remove scroll bars like this.
Public Sub loadVideo(pLink As String)
WebBrowser1.ScrollBarsEnabled = False
End Sub
but i dont know how to do this on Awesomium.net web control.
If there isn't a way to do this on Awesomium.net web control, is there javascript or CSS code i can put to my webpage to achieve those two things?
Thanks.