If you set the attahced ScrollViewer.HorizontalScrollBarVisibility property on a control, the HorizontalScrollBarVisibility property of a nested ScrollViewer won't be set properly.
Attached property of ScrollViewer should be inherited as UWP.
Affected platform(s):
Note: I've fixed it, will create a PR for this one soon
This has been fixed by https://github.com/unoplatform/uno/commit/89a58125 (PR https://github.com/unoplatform/uno/pull/1256)
Most helpful comment
Note: I've fixed it, will create a PR for this one soon