unoplatform/uno
GitHub ã§èŠãSupport for `UISettings.AnimationsEnabled` and `AutoHideScrollBars`
Open
#6,851 opened on 2021幎8æ24æ¥
area/a11ydifficulty/starter ðgood first issuekind/enhancementlow-hanging-ðno-reproproject/core-tools ð ïž
Repository metrics
- Stars
- Â (9,789 stars)
- PR merge metrics
-  (å¹³åããŒãž 14d 8h) (30d ã§ 130 merged PRs)
説æ
What would you like to be added:
Support for UISettings.AnimationsEnabled automatically when available (linked with system settings), or through a FeatureConfiguration flag when not available.
Why is this needed:
Many control implementatons rely on UISettings.AnimationsEnabled to enhance accessibility, and this feature is also useful when buildind automation testing.
The WCT DataGrid control also uses this flag: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/b60515414660f438db3e82e2f7a1b98b45d5fb07/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/Utilities/UISettingsHelper.cs
For which Platform:
All.