Hey folks!
I need to display a lengthy list of "cards" or perhaps "cells" horizontally. There will be NO vertical scrolling. It would be nice if I can scroll horizontally by click+dragging.
Each "card/" will have an Image (thumbnail on the left or top) and some text (on the right or bottom)
I've used ListView for multiple UI requirements but I cannot figure out how to get the items to display "all horizontally" - the control wants to fill with Items until the last item that would normally have gone beyond the right side of the control and instead, it wraps to the next row below. This "wrapping" is what I need to prevent.
I've never used CardView but maybe this is the way I should go?
All thoughts/comments would be appreciated!
Kind regards,
LK