Hi,
I am trying to scroll up ListView items by pixels
This I want to achieve using System.Timers.Timer. Let say scroll up ListView item by 20 pixels every 1 seconds.
Currently what I saw is there ScrollTo and that is scrolling by item.
Anyone who can guide or share code (xaml, custom listview or listview renderer)
Thanks.