Completed
Last Updated: 20 Jul 2012 05:41 by ADMIN
ADMIN
Ivan Todorov
Created on: 20 Jul 2012 05:41
Category:
Type: Bug Report
0
FIX. RadListView throws an exception when the form is minimized if it is placed in RadDock and has Margin set to its virtualized view element.
If you set:
this.radListView1.ListViewElement.ViewElement.ViewElement.Margin = new Padding(1, 1, 0, 0);
for a RadListView which is placed inside RadDock's ToolWindow and you minimize the form, an exception will be thrown.
0 comments