I am using Class Module CustomView
I am trying to change the background color of the following Addview object
clv3.Initialize(Me, "clv3")
clv3.DefaultTextBackgroundColor = Colors.Black (this only applies to records background)
Activity.AddView(clv3.AsView, 0, 50%y, 100%x, 50%y)
When the customlistveiw object is not populated in full with records the background is white/grey. I am trying to change it to black.
ie in the example only 2 records are displayed, see attached screen shot
I am trying to change the background color of the following Addview object
clv3.Initialize(Me, "clv3")
clv3.DefaultTextBackgroundColor = Colors.Black (this only applies to records background)
Activity.AddView(clv3.AsView, 0, 50%y, 100%x, 50%y)
When the customlistveiw object is not populated in full with records the background is white/grey. I am trying to change it to black.
ie in the example only 2 records are displayed, see attached screen shot