ListView.IsPullToRefreshEnabled Property

Definition

Gets or sets a value that tells whether the user can swipe down to cause the application to refresh.

public:
 property bool IsPullToRefreshEnabled { bool get(); void set(bool value); };
public bool IsPullToRefreshEnabled { get; set; }
member this.IsPullToRefreshEnabled : bool with get, set
Public Property IsPullToRefreshEnabled As Boolean

Property Value

Applies to