8 references to RowAnimationsEnabled
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\ListView.cs (1)
65
/// <summary>Bindable property for <see cref="
RowAnimationsEnabled
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\ListViewRenderer.cs (7)
650
if (Element.OnThisPlatform().
RowAnimationsEnabled
())
665
if (Element.OnThisPlatform().
RowAnimationsEnabled
())
692
if (Element.OnThisPlatform().
RowAnimationsEnabled
())
707
if (Element.OnThisPlatform().
RowAnimationsEnabled
())
715
if (Element.OnThisPlatform().
RowAnimationsEnabled
())
1331
if (List.OnThisPlatform().
RowAnimationsEnabled
())
1394
if (List.OnThisPlatform().
RowAnimationsEnabled
())