how to add horizontalscrollbar to twincolselect in vaadin ?

Hi All,

In twincolselect componet verticalscrollbar there, can any one give idea how to add horigentalscrollbar in twincolselect in vaddin

advance Thanks,
Krishna.

Hi,

short answer: you can’t. TwinColSelect uses html select elements internally and those do not support horizontal scrollbars. Your only option is to make the selects wide enough to show all the content, or switch to some other component.

-tepi