Android Question ScrollView + panel + ScrollView

VeraVera

Member
Licensed User
Hi.

I have a list of panels added in a ScrollView and one of those panels is another ScrollView with another list of panels, however the second ScrollView is inactive and I can not move it.

How can I activate that second ScrollView?

Both ScrollView are in two different layouts as I am adding them to the main layout by panels. Both ScrollView have different names and are defined in globals. The first ScrollView works very well but the second does not.

I am using B4A v7.8
 

Star-Dust

Expert
Licensed User
Longtime User
You can not get one of the two scrollview consumes the movement event and the other will not perceive it
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Yes. You can not put a Sccrollview into another scrollview.

Use xCustomListview and put all into the CLV. ONE CLV.
 
Upvote 0
Top