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
20
combo drop down alignment
posted

Is it possible to RIGHT align the dropdown grid from a ultracombo (not the items inside, the whole grid in reference to the combo text editor) ?

actual left 

XXXXXXXXXXXXXXXXXXXXX.V.

| itemitemitemitem |

----------------------------

right align possible?

XXXXXXXXXXXXXXXXXXXXX.V.

           | itemitemitemitem |

          ------------------------------

  • 5118
    posted

    Hello,

    The UltraCombo does not support that functionality... as such I have submitted a Feature Request to have the functionality considered in a future release <FR09698>.

     If you are only showing one (1) column of information then maybe the UltraComboEditor will suffice in this scenario (it has a DropDownListAlignment property that will do what you want.