private boolean isSelectionVisible() {
   return ListScrollingUtil.isIndexFullyVisible(myList, myList.getSelectedIndex());
 }