#Horizontal ScrollArea

2 messages · Page 1 of 1 (latest)

languid sundial
#

I have a scroll area with a bunch of cards, but I want one row that I can scroll horizontally. How would I do that?

<ScrollArea>
  <Group>
    <Games></Games>
    <Games></Games>
    <Games></Games>
    <Games></Games>
    <Games></Games>                            
  </Group>
</ScrollArea>
severe path
#

Set wrap="nowrap" on Group