Share via


CarouselView.IsBounceEnabled Property

Definition

Gets or sets a value indicating whether bounce effects are enabled when scrolling reaches the end of the carousel.

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

Property Value

true to enable bounce effects; otherwise, false. The default is true.

Remarks

On iOS, this controls whether the carousel bounces when reaching the first or last item. The effect may vary by platform.

Applies to