Some similar questions were asked but none with a definitive answer for this issue . While there are few elements in the stack , i want to disable the scroll in scrollView (which is the natural behaviour in android) .
I can prevent scroll with SrcollView{View}.disabled(true)
However, all interactions with subviews are lost : not Tap,no Drag ... Even simple ideas would be welcome .