I'm trying to figure out RefreshOnlyNew so if I have Cell(1,1) with 3 containers (c1,c2,c3) and in each container i have 3 rows(r1,r2,r3) with 4 cells (e1,e2,e3,e4) each row which each of this 4 cells contains one or two buttons or labels or images.
Now I modify the c2-r2-e2-label1 and call Cell(1,1).RefreshOnlyNew will it refresh only the label1 ? or some parents of it ?
Not sure this is supposed to be a public method as it sounds like one of my internal method names. I think it only checks for new components in that cell (1 level).