datagrid does not change fontsize on some rows
- 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" />
```

Contributor guide
Assessment
This issue has not been assessed yet.