Skip to content

fix: enable touch scrolling on settings and welcome pages#12

Merged
chrisuthe merged 1 commit intomasterfrom
fix/touch-scrolling
Mar 4, 2026
Merged

fix: enable touch scrolling on settings and welcome pages#12
chrisuthe merged 1 commit intomasterfrom
fix/touch-scrolling

Conversation

@chrisuthe
Copy link
Owner

@chrisuthe chrisuthe commented Mar 4, 2026

Summary

Adds PanningMode="VerticalOnly" to the DarkScrollViewer style, enabling touch scrolling on the settings page and welcome/server list view.

WPF ScrollViewer defaults to PanningMode="None", which silently ignores touch input. This one-line fix enables inertial touch panning with native Windows physics.

Closes #3

Test plan

  • Touch scroll settings page on a touchscreen display
  • Touch scroll welcome/server list view
  • Verify mouse wheel scrolling still works
  • Verify Remote Desktop touch input works (Android RDP client)

🤖 Generated with Claude Code

Add PanningMode="VerticalOnly" to DarkScrollViewer style so touch
input works on settings page and welcome view. Fixes touchscreen
and Remote Desktop touch input.

Closes #3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chrisuthe chrisuthe merged commit 302c556 into master Mar 4, 2026
2 checks 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.

Settings page do not support touch screen scrolling

1 participant