Hi All, I have a small issue with my Android App,
I tried to set the second line in my listview to green color (all lines in my list) using this script
(inside a button), however just line number
0,1, 8,9,10 get green color.
---------------------------------------------------------------
Dim Label1 As Label
For i = 0 To 10
ListView1.SetSelection(i)
ListView1.TwoLinesLayout.SecondLabel.TextColor = Colors.Green
Next
--------------------------------------------------------------------
Thanks in Advance for your help
:signOops:
I tried to set the second line in my listview to green color (all lines in my list) using this script
(inside a button), however just line number
0,1, 8,9,10 get green color.
---------------------------------------------------------------
Dim Label1 As Label
For i = 0 To 10
ListView1.SetSelection(i)
ListView1.TwoLinesLayout.SecondLabel.TextColor = Colors.Green
Next
--------------------------------------------------------------------
Thanks in Advance for your help
:signOops: