Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeDataGrid is flickering when using a binding to a task with fallback value #249

Open
CodeDevAM opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CodeDevAM
Copy link

Describe the bug

When a TreeDataGrid uses a TemplateColumn with a binding to a Task that returns a string the display is flickering when the underlaying Collection has a reset event.

In comparison a DataGrid view does not show such an issue.

There is no flickering if the TreeDataGrid is noch bound to a Task.

To Reproduce

Please see atteched example.
TreeDataGridFlickering.zip

Expected behavior

I would expect no flickerung if there is no reason because of the actual execution time of the task. I would expect to get a similar visual experience that the DataGrid offers.

Screenshots

Unbenanntes.Video.Mit.Clipchamp.erstellt.mp4

Environment

  • OS: Windows 11
  • Avalonia-Version: Avalonia 11.0.6, TreeDataGrid 1.0.2
@CodeDevAM CodeDevAM added the bug Something isn't working label Jan 16, 2024
@maxkatz6 maxkatz6 transferred this issue from AvaloniaUI/Avalonia Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant