How to set a generic type to DataType property of a DataTemplate? #19374
Answered
by
RobinsonWM
jyswjjgdwtdtj
asked this question in
Q&A
-
And what about a generic type in another generic type? like List<List> |
Beta Was this translation helpful? Give feedback.
Answered by
RobinsonWM
Aug 4, 2025
Replies: 1 comment 1 reply
-
There were some enhancements for this in Avalonia 11.2.6. You could look at PR #18379, particularly the changes in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jyswjjgdwtdtj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There were some enhancements for this in Avalonia 11.2.6. You could look at PR #18379, particularly the changes in
samples/BindingDemo/MainWindow.xaml
.