Op Wednesday 19 December 2007, schreef Ed Leafe: > There are two possibilities: either something changed in wxGtk > between 2.8.4.0 (your version) and 2.8.7.1 (my version), or you're > not setting things correctly. > > Let's say that 'grd' is a reference to your grid, and the third > column is the one that you want to word-wrap. Your code should look > something like: > > col = grd.Columns[2] > grd.RowHeight = 50 > col.WordWrap = True > > Are you doing something like that?
Yes I am. I can confirm word wrap is now working properly on the old backup version! Thanks a lot, 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]
