In my WPF Application I have a canvas with a Listbox in it. I want to overlay an Listboxitem with another control after it was clicked on the item. But for that I need the position of the Listboxitem in the canvas. I see the problem because the single Item is not child of the canvas. Only the Listbox itself is.
Is there any way I can get the relative position of the ListboxItem in the canvas or maybe the absolute position inside the window?