On 125% dpi:
However, if you close the list and open it again, the list has the correct height (the gap is gone).
Hi, Gemma,
Thank you for reporting this issue.
Possible workaround:
protected override void OnShown(EventArgs e)
{
//workaround for the issue with the popup height when the form is shown for the first time
base.OnShown(e);
this.radDropDownList1.DropDownListElement.ShowPopup();
this.radDropDownList1.DropDownListElement.Popup.Visible = false;
this.radDropDownList1.DropDownListElement.ClosePopup();
}Regards,
Nadya | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.