@Override
 public void selectionChanged() {
   myPanel.updateItems();
   myPanel.scrollSelectionToVisible();
 }