tcolumncomboxbox how to move an item

 
So I have a TColumnCombobox with say 10 items.
 
I want to move item 6 to the top so it's now item 0.
 
I don't see any Move method anywhere, how can I accomplish this?
 
Thanks in advance for any help.
 
 
drc  :)
 

There is currently not a built-in Move method but we can confirm the next update will have this.
Workaround for now is to perform the move by a Delete() and Insert()

Thanks for the reply.
 
A "smooth" version of the TColumnComboBox would be just wonderful as well.
 
 
drc  :)