Apologies if I'm being dim, but when using a ListView with ItemsSource and ItemTemplate, if I want different items in the list to have different combinations of ContextActions, how would I do this? I currently have the same set of ContextActions on every item, but want to be able to have different sets depending on what the item is.
(I normally use C# rather than XAML, but either should point me in the right direction)