I have a ListView bind to list of BitmapImage. I want to get the Index of current image in view when I scroll thru this list. But, I notice that ItemAppearing property is not there in UWP but it is there in Xamarin Forms.
How can I get the index of the current item in view in UWP?
Thanks!
<ItemsControl.ItemTemplate>
</ItemsControl.ItemTemplate>