ListView animation
问题 I have a ListView(main list) of categories. Each category in this list has a list of subcategories(multiple levels). When any of the main list item is clicked, the same list is repopulated with the subcategory list of the selected item. I want to apply animation to this functionality i.e. when main list item is clicked, the list traverses to the left out of the screen and at the same time the same list with repopulated data comes in from right. So can anyone tell me please if it is possible