x,y position inside a ListBox cell?

Hi all,

how would one determine at which position inside a listbox cell a mouse click occured?

MouseUp has x and y relative to the control (the Listbox) but not the cell. Is there something equivalent for the cell?

TIA

Markus

ListBox.CellClick?

Thanks, Paul. Missed that somehow.