Question AutoScroll Down for GridView

Firas

New member
Joined
Jun 14, 2014
Messages
1
Programming Experience
10+
Hello

I have a gridview - which I use in a Widnows Form - that sometimes contains more data to display which triggers the vertical scroll bar to show for the end-user to use to scroll down. Well, what I want is two things:

(1) I want to - through code - detect whether a scroll-bar has been shown or not
(2) I want to auto-scroll down by pixel - and not by row - all the way down until the scroll-bar touches the very button of the grid view of its limit. Notice that I didn't ask for a scroll down by row, becasue I've seen that in some other sites on the net, and it doesn't meet my requirement exactly, therefore I'l asking for a pixel-by-pixel scroll down of the scroll-bar location on the grid side.

Does anyone has any idea how to do that?
 
Back
Top