function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nishant Dubey 7Nishant Dubey 7 

Need to implement vertical scroll in SelectList option using visualforce page

In my VF page , dynamically add value in a picklist . i want to implement vertical scroll in SelectList option.
Ashish DevAshish Dev
Well it is not possible as scroll on select list automatically handle by browsers.

But there is workaround which require you to use a jquery plugin more detail here @http://programmingdrunk.com/current-projects/dropdownReplacement/  see examples there.

Let me know if further help is required.