This question is locked. New answers and comments are not allowed.
Hi,
I have a custom user control for one of my columns. In that user control there a number of images depending on the state. When I am scrolling the grid there is definately a performance problem that causes the image to redraw behind the text on the same line. I am assuming this is because the image is being reloaded everytime the row is created/shown.
Is there a way that I can make the Images a static resource so that the same instances are shared for all of the rows?
Cheers,
Clint
I have a custom user control for one of my columns. In that user control there a number of images depending on the state. When I am scrolling the grid there is definately a performance problem that causes the image to redraw behind the text on the same line. I am assuming this is because the image is being reloaded everytime the row is created/shown.
Is there a way that I can make the Images a static resource so that the same instances are shared for all of the rows?
Cheers,
Clint