heigth of drop box items

Hi there, how can I set the size of items in a combo or select component? I’d like to fix it to a limited items and than use scroll.
thanks

Hi,

You need to get to the inner list and then set whatever you need:

  • yCount to limit the number of records (others will be scrolled)

  • height to limit the height of a dropdown

  • or type:{ height:50} to alter the height of each list item.

You can check all the possibilities in the related sample: http://docs.webix.com/samples/13_form/01_controls/11_combo_advanced.html

thank you Helga