Notifications
Clear all
BugOverflow
1
Posty
2
Users
0
Reactions
1,168
Widok
0
20/03/2020 2:50 pm
Topic starter
example code
1 Answer
0
20/03/2020 2:51 pm
Topic starter
mshtml.HTMLDocument htmlDoc = my_webbrowser.Document as mshtml.HTMLDocument; if (htmlDoc != null) htmlDoc.parentWindow.scrollTo(0, 500);