2 references to RowAnimationsEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\ListView.cs (2)
71
return (bool)element.GetValue(
RowAnimationsEnabledProperty
);
77
element.SetValue(
RowAnimationsEnabledProperty
, value);