Op Tuesday 18 December 2007, schreef Uwe Grauer: > Dennis Meulensteen wrote: > > Hi, > > I was wondering, is there any way to activate word-wrap on a table > > column? I have two columns, a datetime and a text note. The note needs > > word wrap badly in order to be legible. > > > > Any ideas? I can't find any relevant properties or examples anywhere. > > > > Regards, > > Dennis > > There is dEditBox. > It's WordWrap property is set to True by default. > See: > http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dEditBox.dEditBox.html > http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dEditBox.dEditBox.html >#Properties_WordWrap > > Uwe
That sounds like an interesting challenge... I could float a text box on top of the grid on mouse_over and have it sized the same as the current cell and sync its contents with the grid cell.... A little over my head I guess, but Sounds just like the sort of weird hack I might enjoy. Who knows, I just might try it out. Dennis _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
