Completed
Last Updated: 07 Nov 2014 13:55 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 09 Oct 2014 12:06
Category: Editors
Type: Bug Report
0
FIX.RadDateTimePicker - The check mark primitive is not aligned correctly in Windows8 theme
Please refer to the attached picture.

Workaround:
private void Form1_Load(object sender, EventArgs e)
{
    this.radDateTimePicker1.DateTimePickerElement.CheckBox.CheckMarkPrimitive.CheckElement.Margin = new Padding(-2, -2, 0, 0);
}
0 comments