Hey,
I've got some problems when using a ListView and a custom DataTemplate. In this DataTemplate I put a Grid and some Labels.
And there is my problem: I want to change the textcolor of some Labels, so I bind a Property where I validate which color the Labels should have. It works fine as long as i don't scroll, but after scrolling the color of the Labels are changing and "forget" about the bound Color.
Is this a known bug?