unoplatform/uno

Support for `UISettings.AnimationsEnabled` and `AutoHideScrollBars`

Open

#6.851 aberto em 24 de ago. de 2021

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)C# (837 forks)batch import
area/a11ydifficulty/starter 🚀good first issuekind/enhancementlow-hanging-🍒no-reproproject/core-tools 🛠️

Métricas do repositório

Stars
 (9.789 stars)
Métricas de merge de PR
 (Mesclagem média 14d 8h) (130 fundiu PRs em 30d)

Description

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?

Guia do colaborador