How to make CefSharp WinForms control Scroll page to Link
问题 So here is the scenario, using CefSharp in a WinForms application. We have two pieces of information a page url and a link url within that page. We want to load the page - easily done, and have CefSharp show the area of the page where the link is located. That is cefsharp automatically scrolls to the right location on the page where that link is within the DOM. What is the easiest way of doing that? 回答1: Not sure which version you're using, I was able to solve this using the latest stable