2 references to ScrollView
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\ScrollView.cs (1)
10 public static readonly BindableProperty ShouldDelayContentTouchesProperty = BindableProperty.Create(nameof(ShouldDelayContentTouches), typeof(bool), typeof(ScrollView), true);
ScrollView\ScrollView.Mapper.cs (1)
13 ScrollViewHandler.Mapper.ReplaceMapping<ScrollView, IScrollViewHandler>(PlatformConfiguration.iOSSpecific.ScrollView.ShouldDelayContentTouchesProperty.PropertyName, MapShouldDelayContentTouches);