It seems I'm missing Height, MinHeight, and MaxHeight settings here.
Hello Rob,
The main difference between the ComboBox and MultiColumnComboBox is that in the MultiColumnComboBox there are docked elements such as the column headers and the optional column footer. This would mean that the Height will not work in the same way as it does in the ComboBox as there is no docked column header. Having that in mind we introduced a parameter (ListHeight) that controls the actual height of the list items.
Regards,
Svetoslav Dimitrov
Progress Telerik
Hi Svetsoslav,
That is a valid answer and honestly it works for my current use case, although it does seem odd that it doesn't follow the (working) Combobox ColumnBoxPopupSettings settings
Blazor ComboBox Overview | Telerik UI for Blazor
Best,
Rob
Hello Rob,
We made a mistake with the documentation of the popup settings of the MultiColumnComboBox. The height of the popup is controlled via the ListHeight parameter exposed on the <TelerikMultiColumnComboBox>. I have updated the documentation to reflect that.
Having said that, I am marking this as "Declined" as it is a documentation issue.
Regards,
Svetoslav Dimitrov
Progress Telerik