I have a simple grid bound to a DB table. The number of columns is not know at runtime so I can't hard code the column widths in. When the grid renders itself it first draws itself. Then there is a flicker and it adjusts the size of the columns to better fit the data. Is there anyway to prevent this double drawing?