:sign0085:I have a ScrollViewer creation with two labels, I show the Information Base Data in each one of them, but always shows me the same value, attached File.
In the sub addRow, you should add just the last row of data, not looping through all rows. In your code, I see a loop which recreates the scrollview, but populates all labels with the very last values(0 to 1).
I've been watching your modifications and are fine, I have another question I have seen in the forum that there cell_click event, I tried to add-it does not work, it is possible this event with different components, such as this with a label.
What did you do in your code that doesn't work ?
In the last project you posted you have 2 Labels 1 EditText and 1 Button.
Is the new project different ?
Why didn't you answer my questions ?
Whitout seeing the rest of the code it's impossible to help you !
We need to know how you populate the ScrollView.
What is the Button from the project in post#3 for?
The button click event is already handled in that program.
When you pick up code from other programs you need to understand what it is doing and then look if it suits your needs.