0
Reply

Databinding ListView or PropertyGrid Control

Ask a question
optvision

optvision

18y
4.3k
1
I would really appreciate any help on this topic. I'm developing a C# Windows Application using .NET 2.0. I'm loading an XML file into a DataView and would like to bind certain fields from the DataView into a ListView control. I thought the DataBindings property on the ListView would allow me to bind my DataView, but I just can't seem to get it working. It would also be really nice if I could bind a PropertyGrid control in the same fashion. Thanks again.