---
title: "LocalBringIntoViewSpec"
description: "A composition local to customize the focus scrolling behavior used by some scrollable containers.
[LocalBringIntoViewSpec] has a platform defined default behavior."
type: "property"
---

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


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

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


```kotlin
expect val LocalBringIntoViewSpec: ProvidableCompositionLocal<BringIntoViewSpec>
```


A composition local to customize the focus scrolling behavior used by some scrollable containers.
`LocalBringIntoViewSpec` has a platform defined default behavior.



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


```kotlin
@ExperimentalFoundationApi
actual val LocalBringIntoViewSpec: ProvidableCompositionLocal<BringIntoViewSpec>
```


A composition local to customize the focus scrolling behavior used by some scrollable containers.
`LocalBringIntoViewSpec` has a platform defined behavior. If the App is running on a TV device,
the scroll behavior will pivot around 30% of the container size. For other platforms, the scroll
behavior will move the least to bring the requested region into view.



