[NUI] Remove draft property in ScrollableBase (#1428)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 20 Feb 2020 05:44:47 +0000 (14:44 +0900)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 05:44:47 +0000 (14:44 +0900)
commitb5209fde752077292d6aea21d93212135224eec3
treeb8a9a88318afde9e39cf99427f59ce6624efc35a
parent7f8479005bcb14bdbcefecdf234352cbcfcef2b2
[NUI] Remove draft property in ScrollableBase (#1428)

NumberOfPage was draft property to know how many pages user wants.
For now, NumberOfPage is replaced to the count of container children.

PageWidth was draft property to know how big one page is.
For now, PageWidth will be automatically set to width of ScrollableBase.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs