If you set VerticalScrollBarVisibility="Hidden" in a ScrollViewer then the HorizontalScrollBar also becomes hidden, though you can still interact with it by clicking in the appropriate area.
HorizontalScrollBar appearance should be independent of VerticalScrollBar.
In the sample here you can see two sample uses of ScrollViewer, the only difference being that the top one has VerticalScrollBarVisibility="Hidden" set.
In the top sample notice that the HorizontalScrollBar is also hidden, though clicking and dragging in the area you would expect it to appear works.
Nuget Package:
Uno.UI
Package Version(s):
3.0.0-dev.899
Affected platform(s):
Visual Studio:
Relevant plugins:
Confirmed fixed
Most helpful comment
Confirmed fixed