ListViewEffect
Defines the available animation effects for a list view.
Values
None- No animation effect is applied when adding and removing items from the list view.SlideLeft- Items will slide in from the left when added and will slide out to the left when removed.SlideDown- Items will slide in from the top when added and will slide out to the top when removed.Zoom- Items will zoom in when added and will zoom out when removed.Fade- Items will fade in when added and will fade out when removed.