scrollsToTop property

bool scrollsToTop
getter/setter pair

A Boolean value that controls whether the scroll-to-top gesture is enabled. The scroll-to-top gesture is a tap on the status bar. When a user makes this gesture, the system asks the scroll view closest to the status bar to scroll to the top. The default value is true.

Implementation

bool scrollsToTop;