Julien Lebosquain
Julien Lebosquain
I'm going to close this issue, please read https://github.com/AvaloniaUI/Avalonia/pull/17355#issuecomment-3145271932 for the rationale.
Notes from the API review meeting: the API is approved as is.
Please note that Avalonia itself doesn't care about the spaces. Nor does MSBuild. I believe it's an issue with the project templates, where the spaces were replaced with underscores at...
Yes, that's the one. I can clearly reproduce the problem with it. I'm moving this issue to the templates repo, thanks.
We've reviewed that, and we prefer to expose the `Popup` property publicly to avoid duplicating a lot of "visual traversal" APIs on `PopupFlyoutBase`. The `Popup` property already exists and is...
Note: the full redraw seen in the video above only happens when overlays (other than the dirty rects one) are enabled. Disable the graphs, and everything should work fine. While...
We should implement the solution from https://github.com/AvaloniaUI/Avalonia/pull/16849#issuecomment-2399248841 instead. Consequently, I'm closing this for now. Ping me to reopen if needed.
I'm aware that this is a draft, but the DataGrid has moved to https://github.com/AvaloniaUI/Avalonia.Controls.DataGrid; the current PR can't be merged as is. Feel free to finish and re-open the PR...
To help debugging: add a `GC.Collect()` call at the end of the custom rendering code to force finalizers to run. Then resize your window: the crash should reproduce immediately. (It's...
Sorry, put it right after the `if (_acrylicNoiseShader == null)` block, like this:  Then resize, 100% repro here (on Windows though). I thought at first it was the `SKBitmap`...