I am trying to create a custom combobox which needs styling and selectable/nonselectable options. i.e. the contents would be as follows:
CHAPTER (bold and not selectable)
contents(not bold, indented and selectable.)
Possibly with the option of adding icons to the rows. Is there any way of adding this kind of functionality to a combobox? I have read the asdocs and they don’t really help.
Any help would be much appreciated.