Re: [wxPython-users] Is there a way to implement some sort of search with PyGridTableBase?

30 views
Skip to first unread message

Robin Dunn

unread,
Jan 9, 2013, 10:48:02 AM1/9/13
to wxpytho...@googlegroups.com
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

Axel Magard

unread,
Jan 17, 2013, 4:50:40 AM1/17/13
to wxpytho...@googlegroups.com

Brilliant, Robin, thanks a lot. That works nicely.

Regards ... Axel
Reply all
Reply to author
Forward
0 new messages