AlphabeticalToggleButton is not drawn correctly on 150% DPI. This is observed in the VisualStudio2022Light theme. In Fluent theme, the button is drawn correctly.
Hello Erwin,
Thank you for reporting this.
As a workaround you can increase the button default size on 100% DPI.
this.radPropertyGrid1.PropertyGridElement.ToolbarElement.AlphabeticalToggleButton.MinSize = new Size(29,0);
this.radPropertyGrid1.PropertyGridElement.ToolbarElement.AlphabeticalToggleButton.MaxSize = new Size(29,0);
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.