Is there a way, which I'm sure there is, whereby I can create the number of columns of a DataTable at runtime? I have an ArrayList with the columns that I wish to have, but the size of the ArrayList is only known at runtime.

Btw, thanx to andy_tacker and bfarley for their help on the resizing issues. The Anchor technique worked a treat. Got some getting used to.

Best regards

John