{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

LazyLayoutPinnedItemList.PinnedItem


Item pinned in a lazy layout. Pinned item should be always measured and laid out, even if the item is beyond the boundaries of the layout.

Summary

Public properties

Int

Last known index of the pinned item.

Cmn
Any?

Key of the pinned item.

Cmn

Public properties

index

val indexInt

Last known index of the pinned item. Note: it is possible for index to change during lifetime of the object.

key

val keyAny?

Key of the pinned item.