Uno: `ScrollViewer` attached properties are not inherited

Created on 10 Sep 2019  路  2Comments  路  Source: unoplatform/uno

Current behavior

If you set the attahced ScrollViewer.HorizontalScrollBarVisibility property on a control, the HorizontalScrollBarVisibility property of a nested ScrollViewer won't be set properly.

Expected behavior

Attached property of ScrollViewer should be inherited as UWP.

Environment

Affected platform(s):

  • [x] iOS
  • [x] Android
  • [x] WebAssembly
  • [ ] Windows
  • [ ] Build tasks
kinbug platforandroid platforios platforwasm

Most helpful comment

Note: I've fixed it, will create a PR for this one soon

All 2 comments

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)

Was this page helpful?
0 / 5 - 0 ratings