K. Rodman Mannix

Results 1 issues of K. Rodman Mannix

I'm creating many Draggable views inside a ScrollView like below. ``` var scroll = Ti.UI.createScrollView({ contentWidth: 'auto', contentHeight: '100%', showHorizontalScrollIndicator: true, showVerticalScrollIndicator: false, scrollType: 'horizontal' }); for (var i =...