FindItem not case sensitive?

I just stumbled across this in debugging some stuff. It appears that
wxListCtrl.FindItem() is not case sensitive.

Is this so? Is it the intended behavior? Is there a way to make it case
sensitive. If not, I would be inclined to regard this as a bug.

Oh, .... er .... ummm .... This is on Windows. Is this maybe a "feature"
of the underlying native control? In that case, I guess that of course it
isn't a bug. :slight_smile:

路路路

--------------------------------------
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456

Yep, the wx FindItem just wraps ListView_FindItem so it is definitly a
feature of the native control.

路路路

gary.h.merrill@gsk.com wrote:

I just stumbled across this in debugging some stuff. It appears that
wxListCtrl.FindItem() is not case sensitive.

Is this so? Is it the intended behavior? Is there a way to make it case
sensitive. If not, I would be inclined to regard this as a bug.

Oh, .... er .... ummm .... This is on Windows. Is this maybe a "feature"
of the underlying native control? In that case, I guess that of course it
isn't a bug. :slight_smile:

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