Re: [Gtk-sharp-list] TreeView Column positioning

2006-10-26 Thread Draek
Hmm, thanks. I had already tried this, so I had thought. But since you mentioned it again, I realized that I set it somewhere the wrong value. Thanks Buddy! Draek Galaxium Messenger On Thu, 2006-10-26 at 00:42 -0200, Thiago Milczarek Sayão wrote: > You have to do this: > > Gtk.TreeViewColumn ex

Re: [Gtk-sharp-list] TreeView Column positioning

2006-10-25 Thread Thiago Milczarek Sayão
You have to do this: Gtk.TreeViewColumn expcolumn = new Gtk.TreeViewColumn (); expcolumn.MaxWidth = 16; treeview.ExpanderColumn = expcolumn; This will work :) [ ]'ss On Wed, 2006-10-25 at 12:57 -0600, Draek wrote: I have designed a TreeView custom widget that includes an expander column

[Gtk-sharp-list] TreeView Column positioning

2006-10-25 Thread Draek
I have designed a TreeView custom widget that includes an expander column, and a column with custom data. For some reasno, the column with the custom data is automatically pushed over to the right about half an inch, and i can't seem to change that. If you use GAIM, you will see what I'm talking