hello i am sure you can help me.

Thing 1
I want my WebBrowser1, to be/scroll always in a specific coordinate (x:0, y:147)
Actually i added a timer doing this, but it causes lag and i want webbrowser to always be in this position
Code:
If WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
WebBrowser1.Document.Window.ScrollTo(0, 147)
End If
Thing 2
I want also to make the WebBrowser1 UNCLICKABLE, people can only see the content in it, not click it, not interact with it, i don't know how to do this. Help! thanks

Waiting for Assistance Guys!