Yes, This is possible.
Try set max width for warp, WrapWidth or MaxWidth or both.

The following code 100% works
ActivityCell.WrapMode = Pango.WrapMode.WordChar;
ActivityCell.WrapWidth = 500;
ActivityColumn.MaxWidth = 500;



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Word-wrapping-in-a-Gtk-TreeView-tp4669628p4669631.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to