wxListCtrl question

In a multi-column list, is it possible to tell the column that the user
clicked in to select a row?

YES! Further look at the demo and the manuals! If you run into any
trouble using the examples, we'll all help!

Regards.

···

Op di 17-12-2002, om 14:42 schreef Zatz, Steve:

In a multi-column list, is it possible to tell the column that the user
clicked in to select a row?

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

--
Dick Kniep <d.j.kniep@chello.nl>
Lindix

Zatz, Steve wrote:

In a multi-column list, is it possible to tell the column that the user
clicked in to select a row?

Not automatically. You would have to catchthe raw mouse event and convert its position to a column based on column widths...

···

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