Forum Discussion
sharkieSBS
7 years agoNewbie
If your rowHeights and rowItemSize don't change, I think you only have to add them as far as the differences occur.
So if there's only one row that's larger - then you can streamline your code to
Has anyone found differently?
So if there's only one row that's larger - then you can streamline your code to
rowHeights="[500,300]"
rowItemSize="[[500,300],[375,197]]"
Has anyone found differently?