.Net MAUI Binding inside CollectionView Inside Datatemplate Inside ResourceDictionary #23350
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/windows 🪟
s/needs-attention
Issue has more information and needs another look
t/bug
Something isn't working
Milestone
Description
If i use the x:DataType on the CollectinView.Itemtemplate:
the debbuger (Error Analysier at Compliletime) says that the binding has a wrong string format
if i remove it:
it says the property is not found... again at compile time
but i tried it with an converter and the correct value is passed but visual studio marks it as an error
Steps to Reproduce
create a Template in a ResourceDictionary
use this contentcontrol for dynamically selecting the template
populate a list in the template and bind it to the collection
create an itemtemplate for the collection
Link to public reproduction project repository
No response
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
8.0.40 /8.0.100
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: