WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
As #1041, there is a ScrollViewer from the NavigationView.
I tried adding ScrollViewer.PanningMode="VerticalOnly" to a Page but it dosen't work as I use a touchscreen device to scroll it.
ScrollViewer.CanContentScroll="False" can work but ScrollViewer.PanningMode="VerticalOnly" doesn't work.
Also, I try to add another ScrollViewer or ui:DynamicScrollViewer and enable PanningMode="VerticalOnly" but it also failed to work.
To Reproduce
Add ScrollViewer.PanningMode="VerticalOnly" to a Page
Scroll the screen via a touchscreen device
Failed to scroll it
Try to add another ScrollViewer or ui:DynamicScrollViewer
Describe the bug
As #1041, there is a ScrollViewer from the NavigationView. I tried adding ScrollViewer.PanningMode="VerticalOnly" to a Page but it dosen't work as I use a touchscreen device to scroll it. ScrollViewer.CanContentScroll="False" can work but ScrollViewer.PanningMode="VerticalOnly" doesn't work.
Also, I try to add another ScrollViewer or ui:DynamicScrollViewer and enable PanningMode="VerticalOnly" but it also failed to work.
To Reproduce
Add
ScrollViewer.PanningMode="VerticalOnly"
to a PageScroll the screen via a touchscreen device
Failed to scroll it
Try to add another ScrollViewer or ui:DynamicScrollViewer
enable PanningMode="VerticalOnly"
Scroll the screen via a touchscreen device
Failed to scroll it
Expected behavior
To scroll it successfully
Screenshots
No response
OS version
Windows 10 22H2, 19045.4894
.NET version
.Net 8
WPF-UI NuGet version
3.0.4
Additional context
No response