---
title: "FlowRowOverflowScope"
description: "Scope for the overflow [FlowRow]."
type: "interface"
---

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


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

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



```kotlin
@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowRowOverflowScope : FlowRowScope
```


Scope for the overflow `FlowRow`.


## Properties

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


```kotlin
@ExperimentalLayoutApi val totalItemCount: Int
```


Total Number of Items available to show in `FlowRow` This includes items that may not be
displayed.

In `ContextualFlowRow`, this matches the `ContextualFlowRow`'s `itemCount` parameter



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


```kotlin
@ExperimentalLayoutApi val shownItemCount: Int
```


Total Number of Items displayed in the `FlowRow`




