@Override
 public void storeStates(Controller c) throws Exception {
   c.storeProperty(getClass(), "size", getContentSize());
   c.storeProperty(getClass(), "offset", getVerticalOffset());
   super.storeStates(c);
 }