[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollbarBase (#1872)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Thu, 13 Aug 2020 02:42:47 +0000 (11:42 +0900)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 02:42:47 +0000 (11:42 +0900)
commit840b861540c61b6ea6d3ef13ac4b7e05b2cc876d
treefcaffe8d5e83d672686633ea45539a605b5a74ce
parent4920d2bdb1f7e272979e0661f0b0490a0d7a5f2c
[NUI] Add ScrollPosition and ScrollCurrentPosition to ScrollbarBase (#1872)

To get the scroll position given to ScrollTo or Update, ScrollPosition
is added.

To get the current scroll position in the middle of ScrollTo or Update
animation, ScrollCurrentPosition is added.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Controls/ScrollbarBase.cs
src/Tizen.NUI.Wearable/src/public/CircularScrollbar.cs