2 references to VerticalScrollStepProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\ScrollView.cs (2)
24
return (int)element.GetValue(
VerticalScrollStepProperty
);
29
element.SetValue(
VerticalScrollStepProperty
, scrollStep);