Completed
Last Updated: 15 Aug 2017 10:54 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 03 May 2017 05:48
Category:
Type: Bug Report
2
FIX. RadListView - drop hint is missing in VisualStudio2012Light
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;
        }
0 comments