Anchor a Button to a Label

Is it possible to have a button linked to a label? I want the specific buttons to be connected to its corresponding label, and when the button is clicked, it will scroll down to the specific place of the screen where the label the button is linked to is.

For example, I have 3 buttons and 3 labels, Topbtn, Midbtn, Botbtn, Toplbl, Midlbl, Botlbl. The labels are spread across the scrollable screen. When the Topbtn is clicked, the screen will scroll down to where the Toplbl is, same with the Midbtn scrolling to where the Midlbl is, and Botbtn to where the Botlbl is.

1 Like