Does anyone know how to get text to wrap inside a cell in a wxGrid?
Thanks,
Michael
Does anyone know how to get text to wrap inside a cell in a wxGrid?
Thanks,
Michael
Michael Hipp wrote:
Does anyone know how to get text to wrap inside a cell in a wxGrid?
Set the cell's renderer to be the wx.grid.GridCellAutoWrapStringRenderer
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!