Table Section View backgroundColor not honored
I am trying to use the property backgroundColor for a TableViewSection. It doesn't appear to be honored.
I can set and verify the backgroundColor for a TableViewRow & TableView, but the section doesn't seem to obey.
This is my sample code where backgroundColor doesn't work.
Titanium.UI.createTableViewSection({
left:25,
width:222,height:'auto',
className:'section',
backgroundColor:'#666666'
})
I tried backgroundImage and notice the same result. It is as if it is not a property to be used even though it is documented.