Custom Winform control : Use databinding correctly.

G

Guest

Hi,

We have a custom ListView control and we want to add databiding support to
it. I want to be able to databind a dataset to my columns and ListViewItems
Collection. Where would be a good start to read about this and how to do
this. I have tried to bind Columns to the DataSet.TableName.Columns property
but it complained that Columns was read-only. I also want to take each
datarow in the Table and insert those as Items to my ListView. Can I do this
from databinding, and what must I do to make it possible?

Thanks,
Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top