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
The DataGrid control will cause the app to freeze on macOS once its ItemsSource is populated.
The control will be stuck indefinitely between the MeasureOverride and ArrangeOverride.
Describe the bug
The DataGrid control will cause the app to freeze on macOS once its ItemsSource is populated.
The control will be stuck indefinitely between the
MeasureOverride
andArrangeOverride
.Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should not freeze.
Screenshots
n/a
Environment
NuGet Package(s):
Additional context
n/a
The text was updated successfully, but these errors were encountered: