Hi, I am working with a multi column scrollview. Each line in the scrollview has an edittext.
When the scrollview is touched (or one of the labels in the row clicked) I want to set the focus to the edittext control on that row.
I am able, using the label click event, to construct the tag name for the edittext but cannot find how to set the focus of a control using it's tag.
Many thanks
When the scrollview is touched (or one of the labels in the row clicked) I want to set the focus to the edittext control on that row.
I am able, using the label click event, to construct the tag name for the edittext but cannot find how to set the focus of a control using it's tag.
Many thanks