UIScrollViewDelegate.DecelerationEnded(UIScrollView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when deceleration has ended (at the end of a scrolling movement).
[Foundation.Export("scrollViewDidEndDecelerating:")]
public virtual void DecelerationEnded (UIKit.UIScrollView scrollView);
abstract member DecelerationEnded : UIKit.UIScrollView -> unit
override this.DecelerationEnded : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
Scroll view object that is decelerating the scrolling content.
- Attributes
Remarks
The scroll view calls this method when scrolling movement comes to a halt. The UIScrollViewDecelerating property indicates whether scrolling is in progress after the user has stopped dragging.