Horizontal scrollbars in a HTML Select are not natively supported. However, here's a way to create the appearance of a horizontal scrollbar:
1. First create a css class
2. Wrap the SELECT inside a DIV - also, explicitly set the size to the number of options.