unoplatform/uno

Support for `UISettings.AnimationsEnabled` and `AutoHideScrollBars`

Open

#6,851 建立於 2021年8月24日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)C# (837 fork)batch import
area/a11ydifficulty/starter 🚀good first issuekind/enhancementlow-hanging-🍒no-reproproject/core-tools 🛠️

倉庫指標

Star
 (9,789 star)
PR 合併指標
 (平均合併 14天 8小時) (30 天內合併 130 個 PR)

描述

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.

Anything else we need to know?

貢獻者指南