Currently I set them like this:
         Gtk.CellRendererText titleRenderer = new Gtk.CellRendererText();
         titleRenderer.WrapWidth = 500;
         titleRenderer.WrapMode = Pango.WrapMode.Word;

However, even when the application is expanded full screen, the width of the
column remains the same instead of expanding. Is there a way, the user can
manually expand the column width? Like by dragging the separator line in
treeview header.

-Manish
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to