Share via


UIScrollView.Dragging Property

Definition

Returns true if the content has begun scrolling. Read-only.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Dragging { [Foundation.Export("isDragging")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isDragging")>]
member this.Dragging : bool

Property Value

Attributes

Remarks

This property can not be depended upon to be updated immediately after the scrolling has started.

Applies to