---
title: "nestedScrollModifierNode"
description: "This creates a Nested Scroll Modifier node that can be delegated to. In most case you should use
[Modifier.nestedScroll] since that implementation also uses this. Use this factory to create
nodes that can be delegated to."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun nestedScrollModifierNode(
    connection: NestedScrollConnection,
    dispatcher: NestedScrollDispatcher?,
): DelegatableNode
```


This creates a Nested Scroll Modifier node that can be delegated to. In most case you should use
`Modifier.nestedScroll` since that implementation also uses this. Use this factory to create
nodes that can be delegated to.



