Hi,
I am having hard time in implementing Horizontal Scroll bar in
JSF List box.
Please let me know if anyone has any idea of implementing the Horizontal Scroll bar in JSF list box.
Below is the code which I am using for the List box.
<h:selectManyListbox title="tooltip" valuue="#scrollingList.selectedLeftItems}" size="10"
style="width: 480px; font-size: 10pt ; z-index: 1" id="leftListBox"
styleClass="scrollbar">
<f:selectItems id="invisibleItems" value="#{scrollingList.leftItems}" />
</h:selectManyListbox>
Any help would be appreciated.
Thanks,
PK