Wrapping the row in a ScrollView works for me. (Xcode Version 15.2 (15C500b), IOS 17.2, Swfit version: 5)
List {
ScrollView{
NavigationLink{
// destination
} label: {
// your label view
}
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: