My scrollview has 4 columns, all labels. I want to change the color of the entire row when any label in the row is clicked. Ive initialized all of the labels to the same Sub. I have no problem accomplishing this color change with a one-column scrollview, using Sender. Any way to capture the index of the clicked label, then I could change the color of the other labels with that same index. I've read about storing the index in the tag property as the rows are added, but I've got to store other information there.
Thanks,
Bill