There's no such thing as subitems in a ComboBox. If you want the list to look like a tree then you can either create a custom ComboBox control that actually displays a TreeView in its drop-down list or else simply add a prefix to the text of each "subitem" in the list, e.g. a checvron as you have done in your post or some spaces.