editable wxListCtrl & wxGrid

I need a editable mutil-column wxListCtrl,and I want
to edit every column of the control,and I want to show
a small icon and a string in each row of the first
column.I have asked the question before,and was told
to use a wxGrid instead,but how to put a small icon
and a string in each row of the first column?

···

_________________________________________________________
Do You Yahoo!?
启用电邮帐号,领会雅虎通[身临其境聊电影]的动感魅力,还有网络摄像头+雅虎通收音机等你来拿
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com

BruceKL WhoH wrote:

I need a editable mutil-column wxListCtrl,and I want
to edit every column of the control,and I want to show
a small icon and a string in each row of the first
column.I have asked the question before,and was told
to use a wxGrid instead,but how to put a small icon
and a string in each row of the first column?

You would need to make a custom wxPyGridCellRenderer that draws the cell
that way.

···

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