You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the DataGrid's ItemsSource is a collection of objects containing an int property (for example), and the grid has a DataGridTextColumn with the Binding field binding to that int property using a StringFormat, the DataGrid will corrupt the ItemsSource collection as you scroll through the DataGrid.
In this example, as you scroll through the grid, the numbers should be in hexadecimal sequence. But once you get past 00F, the numbers become corrupted.
Expected behavior
DataGrid should not corrupt the ItemsSource as you scroll through the grid.
Avalonia version
Latest nightly
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If the DataGrid's ItemsSource is a collection of objects containing an
int
property (for example), and the grid has a DataGridTextColumn with the Binding field binding to thatint
property using a StringFormat, the DataGrid will corrupt the ItemsSource collection as you scroll through the DataGrid.To Reproduce
In this example, as you scroll through the grid, the numbers should be in hexadecimal sequence. But once you get past 00F, the numbers become corrupted.
Expected behavior
DataGrid should not corrupt the ItemsSource as you scroll through the grid.
Avalonia version
Latest nightly
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: