Skip to content

IsLooping is an attached property that enables circular (infinite) navigation on a FlipView. When set to true, the FlipView behaves like a loop: moving past the last item automatically jumps to the first one, and moving before the first item jumps to the last.

Property

Name
IsLooping
xml
<FlipView dev:FlipViewAttach.IsLooping="true"/>

Demo

you can run demo and see this feature.

Released under the MIT License.