[Gtk-sharp-list] Word wrapping in a Gtk# TreeView

Andrey Gankov gankov.andrey at inbox.ru
Wed Jan 11 11:49:10 UTC 2017


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.


More information about the Gtk-sharp-list mailing list