Share via


CarouselView.Loop Property

Definition

Gets or sets a value indicating whether the carousel loops back to the first item after reaching the last item.

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

Property Value

true if the carousel should loop continuously; otherwise, false. The default is true.

Remarks

When enabled, scrolling past the last item returns to the first item, and scrolling before the first item goes to the last item.

Applies to