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.