2 references to ViewCell
Microsoft.Maui.Controls (2)
ListView\ListView.cs (1)
448
if (content is
ViewCell
viewCell && viewCell.View != null && HasUnevenRows)
PlatformConfiguration\AndroidSpecific\ViewCell.cs (1)
11
public static readonly BindableProperty IsContextActionsLegacyModeEnabledProperty = BindableProperty.Create("IsContextActionsLegacyModeEnabled", typeof(bool), typeof(Maui.Controls.
ViewCell
), false, propertyChanged: OnIsContextActionsLegacyModeEnabledPropertyChanged);