unoplatform/uno
GitHub ã§èŠãInvalid binding breaks the dependency property inheritance
Open
#1,516 opened on 2019幎9æ10æ¥
difficulty/starter ðgood first issuehas-repro-branchkind/bugplatform/android ð€platform/ios ðplatform/wasm ðproject/binding ðª¢
Repository metrics
- Stars
- Â (9,789 stars)
- PR merge metrics
-  (å¹³åããŒãž 14d 8h) (30d ã§ 130 merged PRs)
説æ
Current behavior
If you write something like:
<ScrollViewer x:Name="PART_ScrollViewer"
HorizontalScrollBarVisibility="{TemplateBinding ARandomMissingProperty}" />
The horizontal HorizontalScrollBarVisibility will be set toDependencyProperty.UnsetValue.
Expected behavior
HorizontalScrollBarVisibility should still be set to the inherited value.
Environment
Affected platform(s):
- iOS
- Android
- WebAssembly
- Windows
- Build tasks