Scroll Arrangement in Scroll Arrangement

Hello,
Is it possible to be able to scroll any Scroll Arrangement which is inside a Scroll Arrangement?

Let’s suppose there is a Scroll Arrangement number 1 inside a different Scroll Arrangement number 2.
It’s impossible for an user to scroll the Scroll Arrangement number 1, because all the focus is transferred to Vertical Arrangement number 2?

I can’t finy any property for the object to shutdown scrolling ability.

Found an answer which is not optimistic. It requires NestedScrollView Class:

java.lang.Object
android.view.View
android.view.ViewGroup
android.widget.FrameLayout
↳ android.support.v4.widget.NestedScrollView

Kodular doesn’t support it.

You may want to have a look here at CollinTree Scroll Arrangement Handlers.

1 Like

I already use that extension. It seems like it can’t fix my problem. Users interaction like drag or touch only apply to parrent View. A Scroll View in a Scroll View is like having some arrangements in CardView with “Full Clickable” enabled.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.