Another WPF tip, aren't you guys tired of them yet?
Well, this is another quick one, how to get an ListBoxItem or ListViewItem when you have the item that was bound to it.
ListViewItem objItem = myListView.ItemContainerGenerator.ContainerFromItem(objMyData);
Pretty easy right? Or as we brazilians say: fácil!