WEB开发网
开发学院WEB开发ASP.NET winfrom 控制 webbroser 滚动条位置 阅读

winfrom 控制 webbroser 滚动条位置

 2012-06-18 15:20:11 来源:WEB开发网   
核心提示://获取滚动条位置 HtmlDocument document = webBrowser1.Document; string top = document.GetElementsByTagName("HTML")[0].ScrollTop.ToString();
//获取滚动条位置
          HtmlDocument document = webBrowser1.Document;
          string top = document.GetElementsByTagName("HTML")[0].ScrollTop.ToString();
          string left = document.GetElementsByTagName("HTML")[0].ScrollLeft.ToString();
          HtmlDocument document2 = this.webBrowser2.Document;//获取控件中的html文档,类似于网页中的document对象。
          document2.Window.ScrollTo(Convert.ToInt32(top), Convert.ToInt32(left));      

Tags:winfrom 控制 webbroser

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接