wxListCtrl FindItem

Hello,

I'm trying to do some sort of instant search in my list control using FindItem method. I have list control in report mode and I see that FinItem does search only in first column of control.

Is there any ready-to-use way to search on other columns of control, or should I program my own method for it?

···

--
Oleg Deribas,
http://copi.ru/14000/

Oleg Deribas wrote:

Hello,

I'm trying to do some sort of instant search in my list control using FindItem method. I have list control in report mode and I see that FinItem does search only in first column of control.

Is there any ready-to-use way to search on other columns of control, or should I program my own method for it?

There is nothing built-in.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!