Skip to content

Not able to change the direction of scroll (Horizontal) in ios  #90

@SYN-nikhilbahalkar

Description

@SYN-nikhilbahalkar

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions