wpf, webbrowser, scroll to position« Wróć do listy pytań
example code
|
▲ ▼ |
mshtml.HTMLDocument htmlDoc = my_webbrowser.Document as mshtml.HTMLDocument; if (htmlDoc != null) htmlDoc.parentWindow.scrollTo(0, 500); |