Hi there,
I can’t find a way to disable a single item in a combo box … is it possible ? Also, is it possible to configure the number of items displayed by the combo ?
Does anyone know an add-on component that does the job ?
thanks in advance
Nicolas
Hi there,
I can’t find a way to disable a single item in a combo box … is it possible ? Also, is it possible to configure the number of items displayed by the combo ?
Does anyone know an add-on component that does the job ?
thanks in advance
Nicolas
Disabled items are not currently possible, but you can control the amount of items by subclassing the ComboBox and overriding a protected variable there (PAGE_LENGTH if I remember correctly).
is it still not possible ?