17 references to IsGroupingEnabled
Microsoft.Maui.Controls (17)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (11)
433
if (Element.
IsGroupingEnabled
)
553
var groupReset = resetWhenGrouped && Element.
IsGroupingEnabled
;
835
var isGroupingEnabled = list.
IsGroupingEnabled
;
1123
if (list.
IsGroupingEnabled
)
1140
if (!list.
IsGroupingEnabled
)
1163
if (!_list.TryGetTarget(out var list) || !list.
IsGroupingEnabled
)
1175
if (_list.TryGetTarget(out var list) && list.
IsGroupingEnabled
)
1274
if (list.
IsGroupingEnabled
)
1360
if (list.
IsGroupingEnabled
)
1377
if (list.
IsGroupingEnabled
)
1451
WatchShortNameCollection(list.
IsGroupingEnabled
);
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
)