Maui Picker in a CollectionView Item, Can’t bind SelectedIndexChanged to the collection item object
I have cart items in a Grid inside a DataTemplate for showing CollectionView items.
In the cart I have Add/Remove buttons with Commands that route to the CartViewModel and pass a CommandParameter of which CartViewItem they belong to.
Maui Picker in a CollectionView Item, Can’t bind SelectedIndexChanged to the collection item object
I have cart items in a Grid inside a DataTemplate for showing CollectionView items.
In the cart I have Add/Remove buttons with Commands that route to the CartViewModel and pass a CommandParameter of which CartViewItem they belong to.