Hi ,
I am trying to change the scroll direction to horizontal in waterfall layout for that I am using following code:
var collectionView = TiCollectionView.createCollectionView({
backgroundColor: 'white',
templates: { 'template': myTemplate },
defaultItemTemplate: 'template',
scrollDirection: "SCROLL_HORIZONTAL",
layout: "LAYOUT_WATERFALL",
});
using this I am not able to see any changes not even changed my collection view layout to waterfall.
Thanks in advance .