Android Question Scrollable view in scrollable view

stanks

Active Member
Licensed User
Longtime User
No. Text doesn't have to be editable but view should be scrollable. I can have 1 sentence with few words and 10 lines of text and editview of same height.
Well i post that link above where that guy solved that (probably....i don't know much java and i didn't make any app in java) and maybe you can translate that java code to b4x code and small example.

Thanks for reading
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Text doesn't have to be editable but view should be scrollable. I can have 1 sentence with few words and 10 lines of text and editview of same height.
Why not add items with different height based on the content? Like done with CLV.AddTextItem.

It is not really possible to solve this problem as you cannot know what the user wants when the user slides the finger over the list.

Related discussions: https://www.b4x.com/android/forum/pages/results/?query=requestDisallowInterceptTouchEvent
 
Upvote 0
Top