TMSFNCChat and message screen position

Hello,

I would like to display button under a message (TTMSFNCChatItem) to display a button under it (like they can see on iMessages for example).
But to do it I need the position of the selected message. On a TListBox all item (FMX.ListBox.TListBoxItem) contains a LocalToAbsolute method to do it but not the TTMSFNCChatItem.
So how to get TTMSFNCChatItem screen position ?

Hi,

At this time it's not possible to retrieve the items' screen position.
Perhaps you can try to play around with the OnAfterDraw events and see if they can be of any help by accessing the ARect: TRectF parameter which is the rectangle of a given chat item.