• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Horizontal Scroll Bar in List Box

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[Unhelpful response removed]
[ December 17, 2008: Message edited by: Bear Bibeault ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic