Hi
Currently the TelerikDropDownList I have only shows 3 rows of returned data before a scroller appears. See attached image. Is there a way of setting the minimum number of rows to be seen before the scroller appears?
I've tried all the usual stuff around MinHeight etc but none of that works<TelerikDropDownList Data="@Companies"
@bind-Value="@SelectedCompanyId"
TextField="@nameof(CompanyDetail.CompanyName)"
ValueField="@nameof(CompanyDetail.CompanyId)"
Filterable="true"
FilterOperator="@FilterOperator"
FilterDebounceDelay="@DebounceDelay"
DefaultText="Search Client"
Width="400px">
</TelerikDropDownList>