6 references to IsGroupingEnabled
Microsoft.Maui.Controls (6)
ListView\ListView.cs (6)
67 /// <summary>Bindable property for <see cref="IsGroupingEnabled"/>.</summary> 68 public static readonly BindableProperty IsGroupingEnabledProperty = BindableProperty.Create(nameof(IsGroupingEnabled), typeof(bool), typeof(ListView), false); 402 if (!IsGroupingEnabled) 431 if (list != null && HasUnevenRows == false && RowHeight > 0 && !IsGroupingEnabled) 575 if (IsGroupingEnabled) 590 if (IsGroupingEnabled)