UICollectionViewSource.ScrolledToTop(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.
Indicates that scrolling has reached the beginning of the scrollView.
[Foundation.Export("scrollViewDidScrollToTop:")]
public virtual void ScrolledToTop (UIKit.UIScrollView scrollView);
abstract member ScrolledToTop : UIKit.UIScrollView -> unit
override this.ScrolledToTop : UIKit.UIScrollView -> unit
Parameters
- scrollView
- UIScrollView
- Attributes