I am developing an AIR application, and I need to change the font size of the text that appears in the dropDown list, as well as the main text in the combo box. My ComboBox is quite large, but the text displayed in it is very small. I tried using the setStyle method by passing a TextFormat to it, for example:
cmbEmployee.setStyle("textFormat", txtform);
but it didnβt work. Although the same method works well with TextField.
Can anyone help?
user1922841
source share