Interface

FlowRowOverflowScope

Scope for the overflow FlowRow.

Source set: Common
@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowRowOverflowScope : FlowRowScope

Scope for the overflow FlowRow.

Properties

totalItemCount

Source set: Common
@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

shownItemCount

Source set: Common
@ExperimentalLayoutApi val shownItemCount: Int

Total Number of Items displayed in the FlowRow

Last updated: