ListView, first item is active thus static thus does not animate. Why?
-
http://developer.qt.nokia.com/videos/watch/pimp-your-ui-using-effects-transitions-etc around 28.50 seconds. In the animation there you can see the first item not being animated. The presenter also explains why (as the title of this topic says), but why is that the case? Is there a "fix" for this to make it animating as well? Asking this since I've seen this in my QML experimentation and thought it was a bug but it seems to be a (known) limitation or something?
And why is only a ListView affected by this and not a GridView?
A fix for this would be very nice.