Disable Scrolling of a ScrollView in swiftui

Hello is there no way to disable the scrolling of a ScrollView in some conditions?

I found 0 solutions with combination of key words like
:
Disable/isScrollEnabled/scrollview/scroll

This would be interesting for me too.

Yeah, I need this too. I need to decide whether the ScrollView or the contained view should handle a drag event. It was possible in UIKit with the touchesShouldCancel method.

Disable Scrolling of a ScrollView in swiftui
 
 
Q