ComboBox with scrollbar

Hi,

Following is a requirement related to application that I am working on:

  1. UI component with multiple values
  2. UI component need to be editable
  3. UI component should have scrollbar

First 2 requirements are fullfilled by using a ComboBox, however I do not see option to have scrollbar for ComboBox
Is there any possibility to have ComboBox with scrollbar?

Regards,
Kunal Patil

Hi,

unfortunately this is not possible with the ComboBox. If you must keep all your requirements, I’d say you need to implement the component yourself.

Thanks for the information Teppo Kurki