Ghost1372

everything can be handy

FlipViewAttach

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
1
2
<FlipView dev:FlipViewAttach.IsLooping="true"/>

Demo

you can run demo and see this feature.

0%