I am trying to imitate the list on the "agenda" in the WP7 calendar. If you scroll through the list, the date will change from the top.
So, is there a way to determine which item the user is looking for in the list?
Take a look at this implementation of LazyListBox. This ListBox implementation checks which items are visible on the screen. With this information you can perform any action you want.