Hi,
I am trying to create an editable list, I started with the listview view but could not find any way to edit a list after it has been populated, i.e. change entry number 4 in a list of ten items(Or am I missing something simple)
I have started down the route of ScrollView with the list contained in a number of labels, but here I am struggling with how I know a specific label has been selected and to code the event that goes with it.
One important factor is the list length is dynamic.
Any thoughts?
I am trying to create an editable list, I started with the listview view but could not find any way to edit a list after it has been populated, i.e. change entry number 4 in a list of ten items(Or am I missing something simple)
I have started down the route of ScrollView with the list contained in a number of labels, but here I am struggling with how I know a specific label has been selected and to code the event that goes with it.
One important factor is the list length is dynamic.
Any thoughts?