In my GUI window I have some text and few hyperlinks. Is there a way to automatically sroll the window after click the button which open the GUI window to the specific hyperlink position.
For example, I define in code int x=5; so after I open the GUI window I want it to scroll automatically to the position of 5th hyperlink points to.