---
title: "ScalingLazyListLayoutInfo"
description: "Contains useful information about the currently displayed layout state of [ScalingLazyColumn].
For example you can get the list of currently displayed item.

Use [ScalingLazyListState.layoutInfo] to retrieve this"
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** Was moved to androidx.wear.compose.foundation.lazy package. Please use it instead


```kotlin
public sealed interface ScalingLazyListLayoutInfo
```


Contains useful information about the currently displayed layout state of `ScalingLazyColumn`.
For example you can get the list of currently displayed item.

Use `ScalingLazyListState.layoutInfo` to retrieve this



