BinaryCraX
BinaryCraX
I just stumbled across the same issue. My theorie is, that it is because of chaining the ObservableEvents-Source-Generator and the Avalonia-Source-Generator. Because it works when the generated field is explicitly...
Thank you very much for the suggestion. As you suggested (if I have understood it correctly), I tried adding following to my MainView: ```csharp protected override void OnAttachedToVisualTree(VisualTreeAttachmentEventArgs e) {...
Tried the new suggestion. Added new Resource-Dictionary "EmbeddableControlRootTemplate.axaml" with changed Template: ```xaml ``` And changed App.axaml to include it: ```xaml ``` It seems to be the right track, but still...
Scroll-Gesture-Recognition is also not working properly (X/Y flipped) with the latest workaround-approach (LayoutTransformControl directly inside of EmbeddableControlRoot). I tried to find the right place inside the code of Avalonia to...