wxGridCellEditor??

BruceKL WhoH wrote:

can I set a TextCtrl as the wxGridCellEditor for a wxGrid?
For wxGrid,it's impossible to input string longer than the column width.to drag the column to make it wider can solve the problem.It's quite different from a textctrl,you can input a very long string in a TextCtrl without worrying its width.
So is it possible to make the GridCellEditor act like a textctrl?

See the GridCustEditor demo. (BTW, the default editor *is* a
wxTextCtrl, it just has some odd styles set.)

ยทยทยท

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