I don't fully understand your question but would this help?
List { Section { ForEach(1..<101) { i in Text(String(i)).font(.title) } } .listSectionMargins(.vertical, 0) }