how to redraw binding source code example
Example: c# how to refreshyour bindingsource
source.DataSource = null;
source.DataSource = ListTriangles;
//set it to null and recconect it to the list to
//Refresh it
source.DataSource = null;
source.DataSource = ListTriangles;
//set it to null and recconect it to the list to
//Refresh it