Skip to content

feat: add scrollStopLast property and update scrolling behavior#28

Merged
chiefcll merged 5 commits into
solid-tv:mainfrom
pecoram:feat/edge-scroll-stop-last
Jun 19, 2026
Merged

feat: add scrollStopLast property and update scrolling behavior#28
chiefcll merged 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

@chiefcll chiefcll merged commit 2597a27 into solid-tv:main Jun 19, 2026
1 check passed
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.

2 participants