2 replies
what kind of code snippet can i use in a button click event, to push a form scroll-bar up when it is down.



thanks 4 helping me out.
#net #question
  • Profile picture of the author Manfred Ekblad
    You can use this code in C#...

    //Scroll to top left
    this.AutoScrollPosition = new Point(0, 0);
    {{ DiscussionBoard.errors[2210721].message }}
    • Profile picture of the author xapangoo
      Try the AutoScroll method!
      {{ DiscussionBoard.errors[2226988].message }}

Trending Topics