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
2732
MultiColumnComboBox column width
posted

Hello,

I'm using the MultiColumnComboBox

  <MultiColumnComboBox Height="50px" Width="300px"

                                                             DataSource="@emailAddresses"

                                                             TextField="Address" ValueChanged="@(args => EmailChanged(args))"  />

I'm only displaying one column, but when I open the combobox the width of the address column is very small, is there a way to set this to the full width of the MultiColumnComboBox, or is there a normal combobox(I did not see this on the documentation page)?

Parents
  • 1320
    Offline posted

    Hello Michael,

    After investigating this further, I determined that WebDropDown could be used. WebDropDown is a control that allows the end-user to select single or multiple items from a drop-down list. The width of the displayed items equals the item container. More information regarding using WebDropDown could be found in the following topic in our documentation.

    Please let me know if you need additional information regarding this matter.

    Regards,

    Monika Kirkova,

    Infragistics

Reply Children