This question is locked. New answers and comments are not allowed.
We have a grid with around 50 columns and 10.000 rows.
Most of the columns have a template selector that according to the cell value will change the background color, etc.
Even with virtualization enabled, the columns with fixed size, the datatemplates not inline but as resources, the scrolling is very slow...
Any suggestions on how to improve the performance?
Any other way to achieve the same color-based-on-cell-value effect without template selectors?
For example, if we use a list of objects that have a property (string) to which the cell value is being binded and we create another one with the color to bind the cell background to it, will it improve a lot? Is it even possible to specify each cell background on the xaml or only on the cell events?
Thanks
Most of the columns have a template selector that according to the cell value will change the background color, etc.
Even with virtualization enabled, the columns with fixed size, the datatemplates not inline but as resources, the scrolling is very slow...
Any suggestions on how to improve the performance?
Any other way to achieve the same color-based-on-cell-value effect without template selectors?
For example, if we use a list of objects that have a property (string) to which the cell value is being binded and we create another one with the color to bind the cell background to it, will it improve a lot? Is it even possible to specify each cell background on the xaml or only on the cell events?
Thanks