I would like to use horizontall scroll elements in a scrollable vertical Listview.
My naive lesson was to put the contents of list items in a scrollView. Elements are wider horizontally than scrollview, but no higher than scrollview. Since listview is a normal vertical scroll list, I decided that vertical drag and drop would scroll in the list, and horizontal drag would scroll in elements.
However, this did not work. The list scrolls vertically and shows the items correctly, but scrolling horizontally does not work (nothing happens). Unfortunately, I'm really not sure where to go from here.
Please note that elements must scroll horizontally independently of other elements, i.e. the entire list should not scroll sideways while dragging sideways.
As a link, I would like the list to behave the same as in the Pulse application, if you saw it.
source
share