Android Question Scrollview with editable fields

AHilberink

Active Member
Licensed User
Longtime User
Hi,

Is it possible to have a scrollview with editable fields? Now I use the library/component Table, but I have to build an inputform to add rows.

I prefer working directly on a row.

Best regards,
André
 

DonManfred

Expert
Licensed User
Longtime User
I suggest to use CustomListView. Here you can do what you want.
 
Upvote 0
Top