Skip to content

feat: add scrollStopLast property and update scrolling behavior#28

Open
pecoram wants to merge 5 commits into
solid-tv:mainfrom
pecoram:feat/edge-scroll-stop-last
Open

feat: add scrollStopLast property and update scrolling behavior#28
pecoram wants to merge 5 commits into
solid-tv:mainfrom
pecoram:feat/edge-scroll-stop-last

Conversation

@pecoram

@pecoram pecoram commented Jun 16, 2026

Copy link
Copy Markdown
Contributor
 <Column
		scroll="edge"
		gap={20}
		scrollStopLast={false}
	>
		<For each={[1, 2, 3, 4, 5, 6, 7, 8, 9]}>
			<View
				widht={300}
				height={200}
				forwardFocus={0}
				style={{ color: 0xff0000ff, $focus: { color: 0x00ff00ff } }}
			/>
		</For>
	</Column>

scrollStopLast=true

image

scrollStopLast=false

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant