cancel
Showing results for 
Search instead for 
Did you mean: 

Is it not possible to have a scroll list (vertical) with a scrollable container (horizontal only) within the item template?

TDahl
Associate II

I would like to achieve scrolling to the left on an item in the scroll list will reveal a set of buttons that can perform some operations on the item. As you can see on iOS.

The scrollable container dosen't seem to receive horizontal scroll.

Is there any fix or is it not possible?

1 ACCEPTED SOLUTION

Accepted Solutions
Alexandre RENOUX
Principal

Hello,

A while ago I made a very quick example about a ScrollList inside a ScrollList. Maybe this can help.

What you want to achieve is complex and can be hard to implement and particularly when you want to manipulate all the items.

/Alexandre

View solution in original post

2 REPLIES 2
Alexandre RENOUX
Principal

Hello,

A while ago I made a very quick example about a ScrollList inside a ScrollList. Maybe this can help.

What you want to achieve is complex and can be hard to implement and particularly when you want to manipulate all the items.

/Alexandre

TDahl
Associate II

Thanks. I wasn't aware you needed to direct the drag and click event to individual containers.