Workaround:
private void RadForm1_Load(object sender, EventArgs e)
{
RadImageShape hint = this.radListView1.ListViewElement.ViewElement.DragHint;
ThemeResolutionService.ApplicationThemeName = "VisualStudio2012Light";
this.radListView1.ListViewElement.ViewElement.DragHint = hint;
}