Hi everyone,

I can add a String or a ListBoxItem into Listbox.
When item of Listbox is a ListBoxItem , I can get ListBoxItem 's rectangle by calling "ListBoxItem.PointToScreen(point)".
But I can...