I have a CellRendererText that is editable in a TreeView. The issue that I have is that while in edit mode, the text doesn’t wrap – it is all displayed on one line. I have set_wrap_mode as ‘word’ and set_wrap_width at 400. The text wraps fine except when editing. Is this possible or do I need to implement a custom cell renderer? Thanks for the help. -Jeff |