scrollableView 'bottom' not working
I'm trying to align a scrollable view to the bottom, but when i set bottom: 0 it doesn't do anything. Is there something else i need to make sure to set?
poster = Titanium.UI.createScrollableView({
bottom: 10,
views: [posters[0], posters[1], posters[2]]
});