LazyGridThreshold

class LazyGridThreshold(val remainingItems: Int = 6)(source)

Configuration class for determining when to load more items in a LazyVerticalGrid or LazyHorizontalGrid.

Loading more items is triggered when the number of remaining items is less than or equal to remainingItems.

Constructors

Link copied to clipboard
constructor(remainingItems: Int = 6)

Properties

Link copied to clipboard

Threshold for the number of remaining items before triggering load more

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int