I guessing it is not possible but thought I would check...
Are we able to detect if the user touched the image or the text after using AddTwoLinesAndBitmap?
I would like to perform two different actions depending on which was touched.
I know this can be done with a scroll view and panels but hoped (call that lazy) ListView could do it.
I suspected as much but just though I would check.
I will either use the click and longClick events to determine what happens... or use a scroll view with panels.
Thanks for the reply.