views:

114

answers:

1

Hi All,

I am creating a application for touchscreen device. The size of the scrollbar available with autocomplete is so user friendly. How to increase the size of the scrollbar in the autocomplete. JQuery autocomplete

Geetha

+1  A: 

Try setting the scrollHeight option. I would suggest using the jQuery UI Autocomplete instead, as it's much more flexible (I recently made the switch).

karim79