[Gtk-sharp-list] GTK treeview question merging texts across columns

luimarma tech at ppciberica.com
Tue Nov 25 06:38:50 EST 2008


Hello,

First I want to tell that I have been searching this forum and the web for
the below information with no luck. Also I have been checking the GTK
documentation, specially the treeview and treenode class docs.

Now the problem:

I am trying to port a MS Visual Basic 6  application to Gtk#. My VB6
application is using a control called flexgrid that allows data to be placed
in columns and rows. One feature of this control is that it lets you merge
the text from one column to the next column, so if two or more contiguous
columns have the same text then this text is shown only once, centred across
all the columns. 

Does anybody know if there is any way to implement this with treeview?
Also I am trying that when the columns are shown there is no space/separator
between each column. Is this possible? 
I have been trying this with treeview1.EnableGridLines =
TreeViewGridLines.None; also with no effect.

Any help would be appreciated,

Thanks in advance,

Luis
-- 
View this message in context: http://www.nabble.com/GTK-treeview-question-merging-texts-across-columns-tp20677373p20677373.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.



More information about the Gtk-sharp-list mailing list