I've written my own renderer, but it should be used on first column of my tree view. It works on every other column, but does nothing when assigned to first one.
Is there a way to assign it to first one?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greeting from 2022, can you provide an example for TreeRenderer?
Im using HighlightTextRenderer on TreeListView but only first column "olvColumn1" is not working.
I've written my own renderer, but it should be used on first column of my tree view. It works on every other column, but does nothing when assigned to first one.
Is there a way to assign it to first one?
Thanks
The first column of TreeListView's are special.
They have to be instances of
TreeRenderer. They do the drawing of the tree structure as well as the normal icon/text combination.Greeting from 2022, can you provide an example for TreeRenderer?
Im using HighlightTextRenderer on TreeListView but only first column "olvColumn1" is not working.