Right now listviews display vertically by default and making them horizontal requires knowledge of CSS.
I often want to display listviews horizontally and often struggle with the CSS files.
It would be very nice if there was a simple checkbox in the listview toggle between horizontal and vertical display.
HI Chris, I voted for your idea. Would realy love to see this added.
How did you solve it with css? All hints I found so far where just saying I need to set "overflow-x: scroll" on my listview and a max-width. Sadly this just does the trick for not too many items. Once the items exceed the maxwidth theyre displayed in 2 rows rather then in 1 scropllable row.
How did you solve this?