Android Question [Solved] Flexible Table programmatically select a row

makis_best

Well-Known Member
Licensed User
Longtime User
Hi

I am using a Flexible table and I want to create a loop
where automatic selected every third row and change
the color of the font in that row.

How I can set the selected row?
How I can change the font color of that row?

Thank you
 

klaus

Expert
Licensed User
Longtime User
What exactly do you want to do?
- Change the color of each third row?
This can be done with SetRowColorN
- Or select each third row? When you select a row, its color is changed to the selected row color.
This can be done with MultiSelect and SelectRow
 
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
I want to to both in two different conditions.

SetRowColorN change the background color.
How to change the text color?
 
Upvote 0
Top