Hi, Mike!
I've got a trouble with data presentation in ultraCombo - I want it to look like usual combo - just one column shown (display member) and one to be value member. But I get all of the columns and I get these nasty headers on top..... How to change the situation?
e.layout.bands(0).ColHeadersVisible = False
The following worked for me:
MyComboBox.DisplayLayout.Bands(0).ColHeadersVisible = False