ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WebBrowser Scroll Position

Hi all,

 

I use WebBrowser in my project. I wish to programmatically scroll the page based on the user selection. But could not find any property or method to do it. Any suggestion will be helpful.

 

Thanks,

Priyadarsini S

0 Kudos
Message 1 of 2
(3,276 Views)

I believe at least the .NET browser does have a method for this (I think it's in the Document class). I expect the ActiveX one also has this, but it probably returns the Document reference as a variant which you need to convert to the document class, which you'll probably have to browse for.

 

Or just use the .NET browser.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(3,256 Views)