HorizontalScrollView with EditText's scrolls when keyboard appear
问题 I have successfully created a list (LinearLayout) that contains multiple dynamic elements/rows. It is filled with content received by webservice. One of the elements per row is a HorizontalScrollView that contains a variable amount of EditText fields. That means that all edittexts from all rows (including a header) can scroll with that horizontalScrollView. A Scrollmanager will make sure that all horizontalScrollviews move simultaneously. So it is basically a scrollable column within a list.