Scroll to a point of the page

How can I create a function so that when the user clicks on a button, the page scrolls to a specific point on the page, or perhaps to a specific widget? However, the "scroll to" function is not what I need. I want to do this without using a page controller (pageView) or a carousel.

2