Actually I'm using an items control and animating the childrens of it. The problem is when adding the items dynamically through Add() method the first item is not getting animated and just comes to display as usual.
I've planned to hide the dynamically added child and later make it visible when i want to use it with animation and that way i can bring it into view with animation.
To hide the child when it gets added dynamically i need some kinda of notification or event fired for Add() method!. I tried using InotifyCollectionChanged but that doesn't works.
Your thoughts please.. Your alternative suggestions are also appreciated..
Thanks in advance...