In some circumstances, I'd like to use an UltraCombo but have it look like an UltraComboEditor, ie a single column list with no headers, etc. I can mostly achieve this, but I'm left with a line between each item in the list that I assume is a cell border. I haven't found a property to get rid of this line. I've tried DisplayLayout.Override.BorderStyleCell and BorderStyleRow with no luck. Can anyone point me at the correct property? Thanks.
Just to answer my question, I had tried the properties individually, but using them together solved my problem.