---
title: "FlowColumnOverflowScope"
description: "Scope for the overflow [FlowColumn]."
type: "interface"
---

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


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

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



```kotlin
@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowColumnOverflowScope : FlowColumnScope
```


Scope for the overflow `FlowColumn`.


## Properties

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


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


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

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



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


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


Total Number of Items displayed in the `FlowColumn`




