Currently there seem to be no easy way to specific alternate row colors. I can write some formula if I have an index in the data, but it gets tricky when I need to filter the data on the UI. Please consider providing two additional properties to the gallery control that lets you specify odd and even row colors. Alternate colors aid in screen readability. Here is an example on how this is even possible today: Fill=If(Mod(Value(ThisItem.rowid),2)=0, Color.White, Color.Beige) Sadly I have to repeat this for each cell.
... View more
I understand your use case. However, could you expand on what you mean by you have to repeat that for each cell?
As an FYI, I had done on video on this here:
https://www.youtube.com/watch?v=8YgNVNp2rCI
Thank you for your clarifications,
Audrie
Adding @FilipK to comment on roadmap.