Rank: Newbie Groups: Member
Joined: 4/18/2019 Posts: 5
|
Hi,
I can get the scroll position using GetScrollOffset(). But there is no way to get a scroll offset value using Event to use external web. Is there any method to get a scroll position using event ?
Best regards,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi, There is no built-in support for such event. However it's possible for you to use WebView.JSInitCode to inject additional JavaScript code into the page to handle the event using JavaScript. You can then callback into your .NET code from your JavaScript code. See here for more details: https://www.essentialobjects.com/doc/webbrowser/advanced/jsext.aspxThanks
|