Bartosz Korczyński
Bartosz Korczyński
@maxkatz6 @grokys I hate to be _this_ guy (who pings without a reason), but as the master branch is switching to 11.2 soon, is there any chance for this PR...
Thank you for your response. `TransformToVisual` works by traversing the visual parents of the control and taking each control `Bounds`, additionaly if a control has `RenderTransform` set, then it takes...
@TomEdwardsEnscape VisualLayerManager is a very specific case of a container, elements are only added to it, never removed or moved, so this is not a problem. Also elements are added...
After I have rebased the change onto Binding System refactor commit, I had to change ContentPresenter to ContentControl in one place: [Change ContentPresenter to ContentControl after Binding System refactor](https://github.com/AvaloniaUI/Avalonia/pull/14417/commits/0ee12a968059d74dcc0f433993723aa97bb50c3e) I...
> ContentPresenter and friends are only allowed inside ControlTemplates nowhere else. That's by design, but we need better warning here. Max was working on it recently afaik. I see, however,...
Edit: After debugging I was able to find that this happens always when the visual tree gets too big. But 130 children is NOT unrealistically big, in fact, in my...
I just realized 130 children depth is not a problem on its own, the thing is the dev tools needs to represent each node in the tree view, obviously each...
So I have tested Windows and actually it doesn't look that good either. The app crashes at 460 children, however not in the compositor loop, but in the Arrange loop....
> Also, I don't think ThreadProxyRenderTimer is even used in 11.0.7. IIRC it wasn't backported (as well as a new render loop for macOS in general). Ah sorry, my bad,...
@maxkatz6 So I've tried to use TreeDataGrid in the dev tools and here are the results: https://github.com/BAndysc/Avalonia/pull/1 More or less it works (it has an annoying bug that sometimes `BringIntoView`...