N Nepes New Member Oct 9, 2013 #1 Does not work ListView.TwoLinesLayout.Label.TextColor=Colors.Blue ??
eps Expert Licensed User Longtime User Oct 9, 2013 #2 What do you mean doesn't work? Can you expand on this, what are you attempting to do and what are you seeing? Remember, that you can only set the colour once for ListView. If you've already set it, it won't change it, they're all the same colour. You're setting the first Label there, if you want to set the colour of the second line, you need to access SecondLabel, as opposed to Label. Upvote 0
What do you mean doesn't work? Can you expand on this, what are you attempting to do and what are you seeing? Remember, that you can only set the colour once for ListView. If you've already set it, it won't change it, they're all the same colour. You're setting the first Label there, if you want to set the colour of the second line, you need to access SecondLabel, as opposed to Label.
N Nepes New Member Oct 9, 2013 #3 Please give an example, for Two Lined ListView with Image (ListView1.AddTwoLinesAndBitmap), How to change the color of the first and Second string(Line)? Last edited: Oct 9, 2013 Upvote 0
Please give an example, for Two Lined ListView with Image (ListView1.AddTwoLinesAndBitmap), How to change the color of the first and Second string(Line)?