Add effects to datagrid invalidate
Posted
by MooCow
on Stack Overflow
See other posts from Stack Overflow
or by MooCow
Published on 2010-05-01T00:05:42Z
Indexed on
2010/05/01
0:07 UTC
Read the original article
Hit count: 178
Is it possible to add an effect to a datagrid when I call invalidatelist to update the data? If it can be done, can the effects be selectively applied to only certain cells in the grid? The grid is showing an array with some nested array in it. I'm using an int counter to keep track of the nested array element position. When the counter is advanced, I tell the grid to update using invalidatelist.
© Stack Overflow or respective owner