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 Reply Children
No Data