How can I adjust the width of a pickerColumn to the text inside the pickerColumns?
问题 So far I can only adjust the size of each PickerColumn manually through code, but I want each of them to adjust automatically according to the contents from the largest PickerRow inside of any of them. This is because I'm working with dynamic PickerColumns whose PickerRows content change according to the previous PickerColumn's selected value. I found out how to scale the whole Picker using the next code: var transformPicker=Ti.UI.create2DMatrix().scale(0.5); var picker = Ti.UI.createPicker({