12 Apr
Posted by: admin in: Experiences, Solutions
Today I needed to change heights of the rows in the ComboBox component . After a bit of search , I figured out that we can reach the List component with its Instance name as “dropdown” , so.. see code below ; )
comboBoxInstance.dropdown.rowHeight = 20;
Leave a reply