4 references to IsSwipeEnabled
Microsoft.Maui.Controls (4)
Handlers\Items\CarouselViewHandler.iOS.cs (1)
40 handler.Controller.CollectionView.ScrollEnabled = carouselView.IsSwipeEnabled;
Handlers\Items2\CarouselViewHandler2.iOS.cs (1)
177 handler.Controller.CollectionView.ScrollEnabled = carouselView.IsSwipeEnabled;
Items\CarouselView.cs (2)
73 /// <summary>Bindable property for <see cref="IsSwipeEnabled"/>.</summary> 75 BindableProperty.Create(nameof(IsSwipeEnabled), typeof(bool), typeof(CarouselView), true);