Hi, I have a widget scrollable table which contain a few different fields, when changing certain fields I need to go thru all of the rows and affect certain ones. I’ve already figured out that the rows that are off the screen are not modifiable directly, I need to modify the table created on the side but my problem is how do I identify the rows that are showing on the screen. I have 20 rows in my table but only show 9 on the screen so I do I find out the index of the 1st row on the screen and the index of the last row on the screen?
Thanks in advance.