---
title: "ModifierLocalBeyondBoundsLayout"
description: "A modifier local that provides access to a [BeyondBoundsLayout] that a child can use to ask a
parent to layout more items that are beyond its visible bounds."
type: "property"
---

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


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

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


> **Deprecated** Please use DelegatableNode.findNearestBeyondBoundsLayoutAncestor() to access the nearest parent BeyondBoundsLayout.

```kotlin
val ModifierLocalBeyondBoundsLayout: ProvidableModifierLocal<BeyondBoundsLayout?>
```


A modifier local that provides access to a `BeyondBoundsLayout` that a child can use to ask a
parent to layout more items that are beyond its visible bounds.



