[NUI] Scrollbar : Separate the concept of viewport size and view size. (#1632)
authorJiyun Yang <ji.yang@samsung.com>
Thu, 28 May 2020 05:05:01 +0000 (14:05 +0900)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 05:05:01 +0000 (14:05 +0900)
commit40e582a96477d96bac8421bb3cb927d842ade027
tree470fcf0af93596c8b0872e0b0314cdffe9bd506d
parente06a9722db59946626528a38262443e3cbbc4ca3
[NUI] Scrollbar : Separate the concept of viewport size and view size. (#1632)

* Previously, viewSize represents viewport size, but in some cases they are not the same value.
* View size : Implement OnRelayout of Scrollbar to respond to response to size changes.
* Viewport size : Receive by user when initialize.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Controls/ScrollbarBase.cs
src/Tizen.NUI.Components/Style/ScrollbarStyle.cs
src/Tizen.NUI.Wearable/src/public/CircularScrollbar.cs
src/Tizen.NUI.Wearable/src/public/WearableStyle/CircularScrollbarStyle.cs