()
| 388 | |
| 389 | /// {@inheritDoc} |
| 390 | @Override |
| 391 | public boolean isScrollableX() { |
| 392 | return (getScrollDimension().getWidth() > getWidth()) && (fixedSelection < FIXED_NONE_BOUNDRY) && |
| 393 | orientation == HORIZONTAL; |
| 394 | } |
| 395 | |
| 396 | /// Maximum number of elements shown in a list, this member is used to calculate |
| 397 | /// the list preferred size. If the number of elements in the model is larger than |