dotnet / dotnet/wpf

datagrid does not change fontsize on some rows

Open
#6,127 8 comments 0 reactions 0 assignees View on GitHub
Bug
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: 2.1.509
* Windows version: 10
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes/No



**Problem description:**
When i change the fontSize from code and save it in Settings some rows are not changing the size

```
Properties.Settings.Default.FontSizeALimpiar` -= 2;
Properties.Settings.Default.Save();
```
```



<Setter Property="HorizontalAlignment" Value="Center" />

```
![imagen](https://user-images.githubusercontent.com/53431308/154036579-dd77cf1a-0e26-4bcb-9141-e09f573c1166.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.