[wxPython] autowrap in a wxGrid cell?!

Hi!

Is there an auto-wrap feature implemented in the wxGrid?? I mean, that if you have a long line inside a cell, is there a way of splitting this line into eg. two lines, without manually inserting '\n' chars?

If it's not implemented in the wxGrid...does anybody have a nice solution already?

Thanks!
  Jan

Is there an auto-wrap feature implemented in the wxGrid?? I mean, that
if you have a long line inside a cell, is there a way of splitting this
line into eg. two lines, without manually inserting '\n' chars?

If it's not implemented in the wxGrid...does anybody have a nice
solution already?

It should be fairly straight forward to create an editor and renderer that
does this.

···

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