stefanoa Active Member Licensed User Longtime User Jul 23, 2011 #1 can i have a scrollable form (in vertical) ? for ex. i have 10 edittext fields in vertical in a single page. Editext1: ___________________ Editext2: ___________________ Editext3: ___________________ .... how to activate the vertical page scroll ? thanks
can i have a scrollable form (in vertical) ? for ex. i have 10 edittext fields in vertical in a single page. Editext1: ___________________ Editext2: ___________________ Editext3: ___________________ .... how to activate the vertical page scroll ? thanks
klaus Expert Licensed User Longtime User Jul 23, 2011 #2 You should use a ScrollView. You can have a look at ScrollView examples summary. In the SQLiteDB example there are two scrollable screens with EditText views. Best regards. Upvote 0
You should use a ScrollView. You can have a look at ScrollView examples summary. In the SQLiteDB example there are two scrollable screens with EditText views. Best regards.