I\'d like to bind a ListView to a List. I\'m using this code:
List
somelistview.DataBindings.Add (\"Items\", someclass, \"SomeList\");
The ListView class does not support design time binding. An alternative is presented in this project.