I have a simple list of items in SwiftUI as follows:
ForEach((1...50), id: \\.self) { Text("\\($0)…........."