[wxPython] wxTextCtrl wrap

[Python 2.0b, wxPython 2.2.1 NT 40. SP 4]

Is there a way to turn of auto text wrapping in wxTextCtrl control ?
When I put the text in it and it has some white spaces in it the control
automaticaly wraps the text on the whitespaces, but I don't really want
that

Thanks Przemek

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

Is there a way to turn of auto text wrapping in wxTextCtrl control ?
When I put the text in it and it has some white spaces in it the control
automaticaly wraps the text on the whitespaces, but I don't really want
that

Add the wxHSCROLL style.

···

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

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users