.net maui bug visualState on CollectionView
Antoine
0
Reputation points
Hello,
In my Maui Android mobile application, I have a collectionView that contains ItemTemplates. Each ItemTemplate has a state. I've defined a visualState for the Disabled state on the ItemTemplates. When it's in a certain state, it must be Disabled and therefore, thanks to the VisualState, have an opacity of 0.5. So far, the element behaves correctly, but when I click on the Disabled ItemTemplate, its opacity returns to 1 (it's normally no longer selectable). How can I solve this problem?
Sign in to answer