3 references to ListView
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\ListView.cs (1)
66
public static readonly BindableProperty RowAnimationsEnabledProperty = BindableProperty.Create(nameof(RowAnimationsEnabled), typeof(bool), typeof(
ListView
), true);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
17
using Specifics = Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.
ListView
;
1125
if (List.IsSet(
Specifics
.SeparatorStyleProperty))