Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

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.

— asked September 9th 2010 by John Pataki
  • tableviewsection
0 Comments

0 Answers

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.