CarouselView.IsBounceEnabled 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 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.