2 references to ScrollView
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\ScrollView.cs (1)
10
public static readonly BindableProperty ShouldDelayContentTouchesProperty = BindableProperty.Create(nameof(ShouldDelayContentTouches), typeof(bool), typeof(
ScrollView
), true);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
208
if (e.PropertyName == PlatformConfiguration.iOSSpecific.
ScrollView
.ShouldDelayContentTouchesProperty.PropertyName)