DetailView without item selection

Hello,

 
using the original iOS UITableView it is possible to show the DetailView of an item
without selecting the item. In fact if you click left on an Item it gets selected and when you click right the DetailView opens without selection of the item.
 
How to achieve the same behaviour with the TMSTableView?
 
Best regards,
 
Thomas
Hi, 

Im not sure how you would right-click on an iOS device, but you might experiment by implementing the OnMouseDown event and capture the MouseButton that is pressed.
Then set AutoToggleDetail to False on the TableView, and call ShowDetail on the item yourself in the OnItemSelected event. Check the MouseButton flag to know which mouse button has been pressed. 

Kind Regards, 
Scheldeman Pieter

Hi Pieter,

 
sorry, maybee this was unclear...
I was talking about clicking on the left or right part of the item and not about using the left
or right mouse button.
 
best regards,
 
Thomas

Sorry, that is currently not implemented, 

We have added this on our feature request list for investigation.

Kind Regards, 
Scheldeman Pieter