From cb1a9309801b6b11569aabc08155a9fe4cc4c8bc Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 28 Jul 2021 22:03:20 +0100 Subject: [PATCH] Changed: no loop on carousel --- MobileApp1/Views/LoginPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileApp1/Views/LoginPage.xaml.cs b/MobileApp1/Views/LoginPage.xaml.cs index dcb41c3..ad2993b 100644 --- a/MobileApp1/Views/LoginPage.xaml.cs +++ b/MobileApp1/Views/LoginPage.xaml.cs @@ -20,6 +20,7 @@ namespace MobileApp1.Views //}; //indicatorView1.templ + carouselView1.Loop = false; indicatorView1.Position = 0; }