On 1/6/13 3:29 AM, Axel Magard wrote:
> Basically I want my grid to scroll to a (the first, the next) row
> containing what I have been searching for.
Look at your data to find the row,col of the cell with the search data
and then call grid.MakeCellVisible(row, col)
--
Robin Dunn
Software Craftsman
http://wxPython.org