How to bind index of item in nested BindableLayout.ItemsSource to CommandParameter - Xamarin
- 阅读更多 关于 How to bind index of item in nested BindableLayout.ItemsSource to CommandParameter - Xamarin
问题 I'm trying to figure out how you can get the index from a list inside XAML. Context A product has multiple specification categories/groups which contain the specification details. Product & Ingrediënten are the specification groups. Land van afkomst : Nederland are the specs details In the XAML code, I'm using a nested list. The application needs to pass the Index so the users can delete and add specifications correctly. The index at Binding Source="0" /> & CommandParameter="0" needs to be