[NUI] Add direction & displacement into ScrollOutOfBound event.
authorhuayong.xu <huayong.xu@samsung.com>
Fri, 27 Nov 2020 02:46:41 +0000 (10:46 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 27 Nov 2020 03:38:34 +0000 (12:38 +0900)
commitbd6e9d90575a3f6f6daebd4f1ca716fe86a24843
tree07f3f8a5d6dafb68a527c17721e259329115610d
parent1ebb71211417821b3c6931210802163c55652fe8
[NUI] Add direction & displacement into ScrollOutOfBound event.

This patch is to trigger ScrollOutOfBound event as pan gesture state,
and add pan direction & displacement into ScrollOutOfBound event.
Bound of ScrollOutOfBoundEventArgs is removed, because displacement
can be used for checking Top/Bottom.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableBaseOutOfBoundSample.cs