Is there a way in a treeview to apply a different renderer to cells in a column? For example:
- | Name | Score |
- | Name1 | Score 1 |
- | Name2 | Score 2 |
Where Score 1 has a spin cell renderer with a step of 1 and Score 2 has a spin cell renderer of .5.
It looks like a cell renderer applies to a column, but perhaps a custom cell renderer could be used to do it. I just want to know if it's even possible in the current architecture, because I have an application where I would like to be able to do that.
Thanks,
No you can't do this.
A cell renderer is specific to a column and has no bearing on a row.
Regards,
Martyn