isPagingEnabled property
A Boolean value that determines whether paging is enabled for the scroll view.
If the value of this property is true, the scroll view stops on multiples of the scroll view’s bounds when the user scrolls.
The default value is false
.
Implementation
bool isPagingEnabled;