We have requirement to show CheckComboBox in expandable mode after click of button.
The normal ComboBox is having show() method and we need same method /functionality for CheckComboBox.
show() method is not availanble for CheckComboBox. Can you let us know if you have any trick to solve this.
I have found an answer: