listview color

slydog43

Member
Licensed User
Longtime User
I have version 1.2 and have an activity background set to forrest green and a listview set to forrest green, but when I use on a device (nexus one with cyanogen 7) it shows black sometimes when scrolling around.
 

klaus

Expert
Licensed User
Longtime User
You should also set the ScrollingBackgroundColor parameter.
From the help.
Sets the background color that will be used while scrolling the list.
This is an optimization done to make the scrolling smoother.
Set to Colors.Transparent if the background behind the list is not solid color.
The default is black.

Best regards.
 
Top