[NUI] Boundary check for properties in ScrollableBase (#1920)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Tue, 18 Aug 2020 04:30:28 +0000 (13:30 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 04:30:28 +0000 (13:30 +0900)
commit7ab80c26add82bf8f2bf40b1565255383f1dab3f
tree9abf8a7d6af311902c900ae5492304107813da44
parentaa35c3a1ce77e82064e04e65250b6b4322c1af0a
[NUI] Boundary check for properties in ScrollableBase (#1920)

Check boundary for

ScrollDuration      -  value >= 0
DecelerationRate    -  value < 1 && value > 0
PageFlickThreshold  -  value >= 0

Invalid value will be ignored.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs