Op Tuesday 18 December 2007, schreef Paul McNett: > 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. > > I'm assuming that by "Table" you really mean "Grid". Oops, you are right.
> > dColumn has a WordWrap property: > http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dGrid.dColumn.html#Pro >perties_WordWrap > > So do something like: > > grd.Columns[1].WordWrap = True > > > Paul I noticed that but it doesn't seem to do anything. Is there a specific place I would need to put this in order for it to work? I tried the form's afterInit and the Grid's also but those do nothing. I also tried putting it under a left click and such, but no luck so far. 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]
