AHilberink Active Member Licensed User Longtime User May 1, 2017 #1 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é
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 May 1, 2017 #2 I suggest to use CustomListView. Here you can do what you want. Upvote 0
AHilberink Active Member Licensed User Longtime User May 1, 2017 #3 Hi DonManfred, Thanks. I will look for this. Best regards, André Upvote 0
klaus Expert Licensed User Longtime User May 1, 2017 #4 Are you currently using the Table Class? It's possible to modify it using EditText views instead of Labels. Upvote 0
Are you currently using the Table Class? It's possible to modify it using EditText views instead of Labels.