Hi all
I have a panel with
I would like to be able to scroll to a specific place; whether it be to bring a specific control into view, or to a specific part of the scrolled pane (a percentage perhaps?) or a certain number of scroll steps down or up, or perhaps even similar to the way html handles links to certain places, like
I've read up on the ScrollControlIntoView method, but can't seem to get it to work
Does anyone have any idea how it works? Or any other ideas on how to programmatically scroll a panel?
I have a panel with
Code:
AutoScroll = true;
I would like to be able to scroll to a specific place; whether it be to bring a specific control into view, or to a specific part of the scrolled pane (a percentage perhaps?) or a certain number of scroll steps down or up, or perhaps even similar to the way html handles links to certain places, like
Code:
http://url.domain.com/index.php#here
I've read up on the ScrollControlIntoView method, but can't seem to get it to work
Does anyone have any idea how it works? Or any other ideas on how to programmatically scroll a panel?