2 references to IsFastScrollEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\ListView.cs (2)
15
return (bool)element.GetValue(
IsFastScrollEnabledProperty
);
21
element.SetValue(
IsFastScrollEnabledProperty
, value);