FlowColumnOverflowScope
Interface
Common
@LayoutScopeMarker
@ExperimentalLayoutApi
interface FlowColumnOverflowScope : FlowColumnScope
Scope for the overflow FlowColumn
.
Properties
Common
@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
Common
@ExperimentalLayoutApi val shownItemCount: Int
Total Number of Items displayed in the FlowColumn