search for: move_page_down

Displaying 2 results from an estimated 2 matches for "move_page_down".

2004 Dec 09
6
Scrolling to the bottom of a Grid
...ng 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
2007 Feb 12
0
[861] trunk/wxruby2/doc/textile/grid.txtl: Added missing methods listing section
...ovecursorup +* "Grid#move_cursor_down_block":#Grid_movecursordownblock +* "Grid#move_cursor_left_block":#Grid_movecursorleftblock +* "Grid#move_cursor_right_block":#Grid_movecursorrightblock +* "Grid#move_cursor_up_block":#Grid_movecursorupblock +* "Grid#move_page_down":#Grid_movepagedown +* "Grid#move_page_up":#Grid_movepageup +* "Grid#register_data_type":#Grid_registerdatatype +* "Grid#save_edit_control_value":#Grid_saveeditcontrolvalue +* "Grid#select_all":#Grid_selectall +* "Grid#select_block":#Grid_selec...