FMX, Seattle
In my listview I handle the OnItemClick to change tabs and display detail for the item in the listview. Works great.
I have swipe to delete working great in the mobile side to delete a listview item (and the underlying data).
But in the Windows side, I have no idea how to give the user an option to delete the item. The OnItemClick jumps to the data. I tried adding a RightButton to the ItemAppearance but the OnItemClick happens before the button handler happens.
I thought about maybe a right-click might work, but I can't see that anywhere.
Is there a setting I might be missing that can be used to give the Windows version a way to delete an item from the listview ?