sdahlbac@abo.fi wrote:
I run into a problem (again) when trying to use text that spans multiple
lines in a wxListCtrl attempting the obvious \n and \r\n, which only
produces the "rectangle" for unprintable characters.Expected result would be to have the text on multiple lines but still in
the same "logical row".Is this just something silly like missing some style parameter or do I
have to ditch the idea of using wxListCtrl and go with a wxGrid instead?
wx.ListCtrl doesn't support multi-line labels.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!