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)?
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
Monika,
It's disappointing that the ignite-ui-for-blazor has no solution for a simple drop down list. I would rather not mix different libraries, but it seems there is no other way.