C# .net question

by 2 replies
3
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.
#programming #net #question
  • You can use this code in C#...

    //Scroll to top left
    this.AutoScrollPosition = new Point(0, 0);
    • [ 1 ] Thanks
    • [1] reply
    • Try the AutoScroll method!

Next Topics on Trending Feed