imgsimonebiliato Well-Known Member Licensed User Longtime User May 13, 2014 #1 Hello, I have somer edit one below the other in the same activity. How to allow scrolling of Activity when the keyboard is visible? Thanks
Hello, I have somer edit one below the other in the same activity. How to allow scrolling of Activity when the keyboard is visible? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 13, 2014 #2 Activities are not scrollable. You can add a ScrollView and the scroll the scrollview. However the EditText will probably intercept the keypresses. Upvote 0
Activities are not scrollable. You can add a ScrollView and the scroll the scrollview. However the EditText will probably intercept the keypresses.
imgsimonebiliato Well-Known Member Licensed User Longtime User May 13, 2014 #3 Erel said: Activities are not scrollable. You can add a ScrollView and the scroll the scrollview. However the EditText will probably intercept the keypresses. Click to expand... And a Panel? Upvote 0
Erel said: Activities are not scrollable. You can add a ScrollView and the scroll the scrollview. However the EditText will probably intercept the keypresses. Click to expand... And a Panel?
Erel B4X founder Staff member Licensed User Longtime User May 13, 2014 #4 You can put a panel inside a ScrollView to make it scrollable (though it is not really needed). Upvote 0