Dragging a ListView of horizontal items

I’ve been searching the Internet for a long time, but I didn’t find any information if I could place the elements in the DSLV horizontally. I know this is not possible with a simple ListView, but there are some implementations that allow horizontal layout.

Does anyone know if this is possible? Thanks for any info.

0
source share
1 answer

The List-Sort ListView class extends the underlying ListView, including all of its limitations.

Unfortunately, the DSLV does not provide a position for horizontal layout.

0
source

Source: https://habr.com/ru/post/1502536/


All Articles