views:

3

answers:

0

I have a xamdatagrid which has a large number of rows. These rows are being virtualized by the xamdatagrid (in a "recycle" mode).

My problem is that the data triggers which are associated with these rows seem to be firing when the rows come back into view.

Has anyone else experienced this before? IS there some way of detecting a row is a virtualized row being reconstructed so that the data trigge will not need to fire?