CarouselView.Loop Property
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.
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.