Controlling a SwiftUI Scroll View can be quite a journey. While SwiftUI provides us with ScrollViewReader.scrollTo(_:anchor:) for adjusting scroll positions based on view IDs, there…