I've a problem with color of the ListView label.
I use a AddSingleLine and the colors is really ok...but, at random (after AutoScrollview), the colors appears random.
Post image of my game in Debug:
Image1: In BreakPoint, the value colore is true (the word when I insert is incorrect);
Image2: The color it's TRUE
Image3: After autoscrolling (SV.SetSelection(SV.Size)), the color changes mysteriously into White...but other times it's Green, Yellow, Red (the color when I use).
Image4: When you see, the colors it's wrong. The word over the last ("rivela 3(x2)"), normally, is right and should be green, but it' view RED. (repeat...the wrong color appear random).
I've insert a Log of the SV.SingleLineLayout.Label.TextColor (first I controll this, and other pass value to colore val) after autoscroll command "SV.SetSelection(SV.Size)", but the value when result i's TRUE (for RED -65536)...but the Label insert have another colors.
What is the problem?
Normally I have always worked... but now have this problem.
Thanks you for help.
See Ya.