[NUI] Remove draft property in ScrollableBase (#1429)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 20 Feb 2020 05:45:26 +0000 (14:45 +0900)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 05:45:26 +0000 (14:45 +0900)
commit543e8032edcdb729c51ccf6f1209a8b89127bda9
tree6c23b352808dbc82e3ba53f9476752034bf2f8aa
parent9214692aeb0ab92b96a0551f9e46420a1021b63a
[NUI] Remove draft property in ScrollableBase (#1429)

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