---
title: "layoutInfo"
description: "The object of [ScalingLazyListLayoutInfo] calculated during the last layout pass."
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
public val layoutInfo: ScalingLazyListLayoutInfo
```

The object of [ScalingLazyListLayoutInfo](/jetpack-compose/androidx.wear.compose/compose-material/interfaces/ScalingLazyListLayoutInfo/api) calculated during the last layout pass. For
example, you can use it to calculate what items are currently visible.
