The currently applied theme is VisualStudio2022Light. The button its move down due to the scaling mechanism.
Hi Erwin,
You can try the suggested workaround in the other thread.
Regards,
Dinko | 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.
Hello Erwin,
Thank you for bringing this to us. What I can suggest as a workaround is to remove the default padding of the arrow button.
this.radDropDownList1.DropDownListElement.ArrowButton.Padding = new Padding(0);
Regards,
Dinko | Tech Support Engineer
Progress Telerik