---
title: "LocalScrollCaptureInProgress"
description: "True when the system is currently capturing the contents of a scrollable in this compose view or
any parent compose view."
type: "property"
---

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


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

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val LocalScrollCaptureInProgress: CompositionLocal<Boolean>
```


True when the system is currently capturing the contents of a scrollable in this compose view or
any parent compose view.



