Results 14 comments of MakesYT

Another question Modifying BorderBrush will cause SelectedBrush to be modified at the same time, which will cause the SelectedBrush modification to be invalid

like this ![image](https://github.com/miroiu/nodify/assets/42534870/e9efa92a-85c0-41d5-8636-ddfc1e131689) SelectedBrush modification is invalid One idea is to modify SelectedBrush synchronously when only BorderBrush is modified, but when SelectedBrush is manually specified, the manually specified SelectedBrush will...

groupingNode doesn't seem to have any storage?

Usage Add the following methods to the AssemblyLoadContext Unloading event ```cs Unloading += (sender) => { AvaloniaPropertyRegistry.Instance.UnregisterByModule(sender.Assemblies.First().DefinedTypes); }; ```

> Anyone fancy to test if #13970 would solve this issue? Was not fixed in 11.0.7

> > Was not fixed in 11.0.7 > > That's expected as the PR was not released yet. It's only testable in nightly builds. https://github.com/AvaloniaUI/Avalonia/wiki/Using-nightly-build-feed I'm sorry that I saw...

最好还是弄成可以让itemsource里面的项目置底,手动去设置Footer样式不统一,而且Highlight的指示会出问题