[NUI] Fix scrolling (#1495)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 30 Mar 2020 04:25:14 +0000 (13:25 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 04:25:14 +0000 (13:25 +0900)
commit7e37aa1fb69bf0e8afd1976a2f51bed7b94cb025
treef17bbc76fbd94d3f42a0ab8a53663912f3166d6c
parent8305fb6301e24f908b50da7d10446555a2507895
[NUI] Fix scrolling (#1495)

Previously, Scrolling was working wierdly when scrolling to first item.
Scrolling to first item was so so slow but scrolling to last item was fine.

This is because when calculation for scroll distance is wrong.

So, fix the equation.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs