Can't change backgroundColor of a PickerColumn

You must Login before you can answer or comment on any questions.

Is it possible to change the back ground color of a Picker Column on iOS? I've tried the following and it doesn't work:

var column = Ti.UI.createPickerColumn({
    backgroundColor: '#ccc'
});

— asked 11 months ago by Matt
0 Comments

1 Answer

Accepted Answer

Unfortunately not (yet).

— answered 11 months ago by Alexander Bauer
answer permalink
4 Comments
  • Then why does the documentation list backgroundColor as a valid property for the PickerColumn?

    — commented 11 months ago by Matt

  • Because of inheriting the view class.

    — commented 11 months ago by Alexander Bauer

  • Is there a way of knowing which properties & methods are implemented, and which ones are not?

    — commented 11 months ago by Matt

  • Show 1 more comment

Your Answer

Think you can help? Login to answer this question!