Hello ,
I have an TreeListControl that is bound to a user class.
I have a style for a column in the tree. The colum is bound to a field in my class.
When I first load the tree everything just fine, the cell background change according to the field.
If I change the color of the background, the color does not change.
While debugging I noticed that after I change the color the RowColorConverter is not accessed by the tree, so no change appear.
Do I need to reaply the style to this column manually??
Thanks