I have a ListView and it shows a black background. I would like to change this feature to LightCyan. But the following doesn't work -
ListView1.ScrollingBackgroundColor = Colors.LightCyan
I have went through Erel's tutorial post but I guess I am missing the boat. I am coding this as opposed to designer.
Any ideas?
Thanks,
R
ListView1.ScrollingBackgroundColor = Colors.LightCyan
I have went through Erel's tutorial post but I guess I am missing the boat. I am coding this as opposed to designer.
Any ideas?
Thanks,
R