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,
Thank you for your update on this matter.
I believe there was some confusion on the platform you are using, but at the moment, I can confirm that there does not exist a way to resize the columns of the MultiColumnComboBox in Ignite UI for Blazor, and the columns will size to their content.
It is also worth noting that the MultiColumnComboBox is a preview control, as mentioned at this blog about the Ignite UI for Blazor Release. I would certainly expect that there will be a way to resize columns to your liking in future developments of the MultiColumnComboBox control.
Please let me know if you have any other questions or concerns on this matter.
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.
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