2 references to RemainingItemsThreshold
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
103 /// <summary>Bindable property for <see cref="RemainingItemsThreshold"/>.</summary> 105 BindableProperty.Create(nameof(RemainingItemsThreshold), typeof(int), typeof(ItemsView), -1, validateValue: (bindable, value) => (int)value >= -1);