Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
UltraCombo cell borders
posted

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.

  • 690
    Offline posted

    Just to answer my question, I had tried the properties individually, but using them together solved my problem.