I have got the simple HorizontalList with Image as an itemRenderer. When the dataProvider has more items than columnCount, the scrollbar is automatically added to the bottom of the list. But this scrollbar obscures part of each image. As I need to have my images vertically centered (they have got various aspect ratio), they are centered in the original vertical space, not in the space left after scrollbar is added (there is space between top of the list and the image, but the lower part of the image can be obscured by the scrollbar). Is there any simple solution how to add the scrollbar outside of the items?

