Currently, some of the controls from the suite are using custom cursors. They are optimized for 96 DPI only. If you set a higher DPI the custom cursors remain small compared to the window cursors. Created several sets of cursors (.cur) and apply different ones for the different DPI. This can be done for RadDiagram, RadSpreadsheet, RadRichTextBox, etc. Original Title: The mouse cursor is too small when DPI is above 100% Original Description: With the Diagrams control/Spreadsheet ,the mouse cursor is too small when DPI is above 100%,looking the attach files.
Hello Wuyang, This behavior appears because the RadDiagram and the RadSpreadsheet control use custom cursor images that are optimized for DPI of 96 only. I updated the title and the description of this item. The different DPI support should be implemented in all UI for WPF controls that has custom cursors. To resolve this on your side you can create different cursors for the different DPI and set them to the controls. In the diagram you can do that via the DiagramCursors static class. Regards, Martin Ivanov Technical Support Engineer
there is the same problem with the microsoft's WPF listview control(resize cursor). I found it is ok with the .NET 3.5 SP1,but begin from the .NET 4.0, the resize cursor is abnormal.
My computer's screen is 2560x1440/175% DPI/14inch ,system is windows 10