Hello,
I set the background color of a grid column to red but it did not appear to work. When I scrolled down the cells began to appear read. When I scrolled back up to the top the cells that did not have a red background now had a red background.
Note. I have virtualizing turned on.
I switched off virtualizing and the command to change the background of the column red did not work at all. Here's the command:
gridname.Columns[<column to turn red>].Background = Brushes.Red;
Any help would be appreciated.
Thanks