Displaying 1 result from an estimated 1 matches for "set_scroll_y".
2004 Dec 09
6
Scrolling to the bottom of a Grid
...s are currently populated with some 
data and the top 20 are being viewed. Now, I have to provide "Add" 
functionality via a button which when clicked, the grid should scroll to 
the 81st row so that it comes in the view (say towards the top).  How do 
I go about doing that?
I tried grid.set_scroll_y( ) but it did not seem to work. Then I tried 
grid.move_page_down() which worked, but I could not figure out how to 
know when to stop.
Any ideas?
-- shanko