Skip to main content
TDahl
Associate II
September 8, 2020
Solved

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

  • September 8, 2020
  • 2 replies
  • 955 views

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?

This topic has been closed for replies.
Best answer by Alexandre RENOUX

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

2 replies

Alexandre RENOUX
Alexandre RENOUXBest answer
Visitor II
September 8, 2020

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
TDahlAuthor
Associate II
September 9, 2020

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