[NUI] Fix scrolling (#1496)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 30 Mar 2020 04:25:33 +0000 (13:25 +0900)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 04:25:33 +0000 (13:25 +0900)
commitdfaaf6c5cae0254e5c961d8081440b608fe5d440
tree33d7bcab7f81a712b58b0215d38f6d4c1e65574c
parentde75f3f88b7b21e1643efd02b2786fc006adc723
[NUI] Fix scrolling (#1496)

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