No, sorry, I was meaning If I want to bind a class on a datagrid view I drag the class data source built from the class on the datagridview.
If I add a property to the class and I want to show it as column in the datagridview, I have to rebuilt the class and redrag the data source on the datagridview.
My problem is that columns on the datagrid view dispose themselves in an apparently random order. How to prevent this "random order" and to impose the column order?
Thanks