dibesw Active Member Licensed User Longtime User Apr 11, 2018 #1 I have a scrollview into another scrollview. The first scrollview dont works Is there a way to make it work? Only the second works
I have a scrollview into another scrollview. The first scrollview dont works Is there a way to make it work? Only the second works
udg Expert Licensed User Longtime User Apr 11, 2018 #2 ScrollView definition: https://www.b4x.com/android/help/views.html#scrollview There you can read: "Note that it is not possible to nest scrolling views. For example a multiline EditText cannot be located inside a ScrollView." udg Upvote 0
ScrollView definition: https://www.b4x.com/android/help/views.html#scrollview There you can read: "Note that it is not possible to nest scrolling views. For example a multiline EditText cannot be located inside a ScrollView." udg