Open rysbilinski opened 4 days ago
possibly related https://github.com/dotnet/maui/issues/25195
I can repro this issue at iOS platform on the latest 17.13.0 Preview 1.0(9.0.100 &9.0.0),but I can't verify it on .net8(8.0.100) due to error CS0234.
I can repro this issue at iOS platform on the latest 17.13.0 Preview 1.0(9.0.100 &9.0.0),but I can't verify it on .net8(8.0.100) due to error CS0234.
won't this be because this handler was inteoduced in .NET 9.0?
Description
Using RelativeSource binding AncestorType doesn't seem to work using CollectionViewHandler2
Steps to Reproduce
See the RelativeSourceBindingPage in the attached reproduction repository CollectionViewHandler2Bugs/Pages/RelativeSourceBindingPage.xaml
Link to public reproduction project repository
https://github.com/rysbilinski/CollectionViewHandler2Bugs
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.100 SR10
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
If you use the normal CollectionViewHandler then the binding works as expected
Relevant log output