Unplanned
Last Updated: 11 Apr 2024 11:41 by ADMIN
erwin
Created on: 11 Apr 2024 11:39
Category: PropertyGrid
Type: Bug Report
1
RadPropertyGrid: AlphabeticalToggleButton is not draw correctly on 150% DPI

AlphabeticalToggleButton is not drawn correctly on 150% DPI. This is observed in the VisualStudio2022Light theme. In Fluent theme, the button is drawn correctly.

1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 11 Apr 2024 11:41

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.