Workaround: use a bigger image Me.radCheckBox1.ButtonElement.CheckMarkPrimitive.CheckElement.ShouldPaint = False Dim dpi As Point = NativeMethods.GetSystemDpi() Dim scale As Integer = dpi.X If scale >= 300 Then Me.radCheckBox1.ButtonElement.CheckMarkPrimitive.Image = Image.FromFile("..\..\check-mark.png") ElseIf scale >= 200 Then '... Else '... End If
Ah, good. Thank you.
Hello, Fix of this bug is scheduled to be released in R2 2018.
It seems to be indicated that this bug has been fixed (status=completed). Has it been released? I have the latest build (2018.1.220.40) but the check mark is still not scaling at higher resolutions when using the Fluent theme. Is there a new setting that I'm missing? See the attached pic taken at 200%.