ListCtrl.FindItem with virtual list

Unless I have some problem in my code it looks like FindItem always return/contain 0 (zero) in a virtual listctrl.

Is FindItem not supported with the virtual listctrl?

See you
Werner

Werner F. Bruhin wrote:

Unless I have some problem in my code it looks like FindItem always return/contain 0 (zero) in a virtual listctrl.

Is FindItem not supported with the virtual listctrl?

Well since the virtual listctrl stores no data interanally what would it search? With a virtual listctrl you hold the data so why not just search it directly?

ยทยทยท

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