Hi,
What is the easiest way to get the selected item's view template? I am trying to implement an animation on a selected item so basicaly when item is selected, underlying view should translate from one position to another. How can i achieve this?
because ItemTapped event has sender as entire SfListview but not the view which is tapped.