Cellrenderer spanning multiple rows

Is this possible, ie for example a text renderer occupies rows 1,2,3

No: each renderer is tied to a column of the model, and will be used for every row.

You can pack multiple renderers into the same cell, but they will render different columns of the model at the same row.

Related question, If I set the of the renderer in one column, will that make the rows in the other columns the same size?

Basically I want to see if there is any way to fake the merge cells techniques you find in spreadsheets

Thanks

There is no way to use GtkTreeView to do something that a cell view would do. Stop trying, this widget was not meant to be used this way.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.