The ListView class in C# does not support data binding. The one in WPF
offers data binding, I believe.
If you want to populate items from a data source to the ListView in
Windows Forms, then you have to populate it manually.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"csharpula csharp" <(E-Mail Removed)> wrote in message
news:%23%(E-Mail Removed)...
> Hello,
> I am trying to do data binding with c# Binding - trying to bind
> list<object> to a list view. Is there any code example for doing that?
> Thank you!
>
> *** Sent via Developersdex http://www.developersdex.com ***