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?
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!