Completed
Last Updated: 12 Jul 2018 10:12 by ADMIN
ADMIN
Dimitar
Created on: 11 Jul 2018 07:58
Category: Editors
Type: Bug Report
0
FIX. RadSpinEditor - there is no bottom border when the controls is scaled and the Fluent theme is used
To reproduce:
- Use the Fluent theme with RadSpinEditor on a HDPI monitor.

Workaround:
 var borderPrimitive = radSpinEditor1.SpinElement.Children[1] as BorderPrimitive;
borderPrimitive.BottomWidth = 2;

0 comments