🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

FlowColumnOverflowScope

Scope for the overflow FlowColumn.

Source set: Common
public interface FlowColumnOverflowScope : FlowColumnScope

Scope for the overflow FlowColumn.

Properties

totalItemCount

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

shownItemCount

Source set: Common
@ExperimentalLayoutApi public val shownItemCount: Int

Total Number of Items displayed in the FlowColumn