// Display 10 items VerticalPager(count = 10) { page -> // Our page content Text( text = "Page: $page", modifier = Modifier.fillMaxWidth() ) }