When using lists, button does not stay split when adding adding multiple items to Item List
Hello,
I would like to use the list view with split button enabled so that I can have separate functionality on the items that are returned.
I find that once I add a button to the list view item, then the split button disappears. The result is that when I click a button inside the returned results, any actions that are tied to the container (the List Item) are also fired.
Why does this happen and how can I accomplish the split with buttons in my detail?
Structure
List
- List Item Button - Fire Action 1 (should not fire when Item Detail Button is clicked)
- Item Detail Button - Fire Action 2