LazyColumnLayoutInfo

sealed interface LazyColumnLayoutInfo


Holds the layout information for a LazyColumn.

Summary

Public properties

Int

The total count of items passed to LazyColumn.

List<LazyColumnVisibleItemInfo>

A list of LazyColumnVisibleItemInfo objects representing the visible items in the list.

Public properties

totalItemsCount

Added in 1.5.0-alpha01
val totalItemsCountInt

The total count of items passed to LazyColumn.

visibleItems

Added in 1.5.0-alpha01
val visibleItemsList<LazyColumnVisibleItemInfo>

A list of LazyColumnVisibleItemInfo objects representing the visible items in the list.