Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
26.06k
stars
2.25k
forks
source link
Binding on a UserControl inside a DataTemplate broken in 11.2.0 #17474
Open
Asttear opened 2 weeks ago
Describe the bug
DataContext={Binding}
on aUserControl
inside aDataTemplate
is broken in 11.2.011.2.0
11.1.4
To Reproduce
MainWindow.axaml
UserControl1.axaml
MainWindowViewModel.cs
Book.cs
Expected behavior
Binding works properly as in 11.1.4
Avalonia version
11.2.0
OS
Windows
Additional context
May be related to #16242