Formatting EditText in ScrollView

drj

Member
Licensed User
Longtime User
Hi,

I have attached a test file. I am trying to display rows of a matrix with Scrollview. I started with one of the examples. My problem is that I am loading edittext views in the matrix and all of the view is not showing. Only when I press 5 x 5 matrix do I see the whole view of an Edit text field.

I was expecting the text view to adjust within the panel but it does not.

Please see my attached test project.

Thanks,

Jerry
 

Attachments

  • TextMatrix.zip
    17.7 KB · Views: 220
Top