CommunityToolkit/WindowsCommunityToolkit

DataGrid should leverage the AutoHideScrollBars property from UISettings, which is now available

Open

#3.248 aberto em 22 de abr. de 2020

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)C# (1.403 forks)batch import
DataGrid :capital_abcd:bug :bug:help wantedimprovements :sparkles:

Métricas do repositório

Stars
 (5.708 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Describe the bug

UISettingsHelper have a TODO method always returning true, saying that it should be updated once UISettings have the AutoHideScrollBars. 18362 added that capability. There is also another mention to that on DataGrid.cs, on a commented method named AutoHideScrollBarsChanged.

Guia do colaborador