Displaying 3 results from an estimated 3 matches for "move_cursor_down".
2004 Dec 09
6
Scrolling to the bottom of a Grid
Hi,
Thanks to the newly added event handlers for Wx::Grid in the 0.6.0
release, I can now provide a much slicker intreface to my "data widgets"
which heavily rely on that control.
However, I haven''t quite figured out how to programmatically scroll to
the last row of a populated grid (actually, the first empty row). So
say that I have a grid with 200 rows only 20 of which
2012 May 22
2
Wx:Grid Setting Cursor Position
...position
to go to the next matching cell. I''m wondering if there''s an easy way
to do it? I''m playing with the Grid.select_block_row(),
Grid.set_grid_cursor() and Grid.scroll() methods, but the results are a
bit erratic.
Is there a better way to do this than using Grid.move_cursor_down/right?
Thanks,
Norbert
--
Posted via http://www.ruby-forum.com/.
2007 Feb 12
0
[861] trunk/wxruby2/doc/textile/grid.txtl: Added missing methods listing section
...uot;:#Grid_iseditable
+* "Grid#is_in_selection":#Grid_isinselection
+* "Grid#is_read_only":#Grid_isreadonly
+* "Grid#is_selection":#Grid_isselection
+* "Grid#is_visible":#Grid_isvisible
+* "Grid#make_cell_visible":#Grid_makecellvisible
+* "Grid#move_cursor_down":#Grid_movecursordown
+* "Grid#move_cursor_left":#Grid_movecursorleft
+* "Grid#move_cursor_right":#Grid_movecursorright
+* "Grid#move_cursor_up":#Grid_movecursorup
+* "Grid#move_cursor_down_block":#Grid_movecursordownblock
+* "Grid#move_cursor_left_...