I am binding the datagrid to a SqlDataReader. However when it only pulls down one record, the row and header is bloated -- about twice the thickness. If the datagrid contains more than one row, the header and rows display normally.
This might be DataGrid 101 but I'm not sure 1) what causes this behavior and 2) how to prevent it.
Perhaps this is caused by using an auto format?
Thanks again for your expertise...
This might be DataGrid 101 but I'm not sure 1) what causes this behavior and 2) how to prevent it.
Perhaps this is caused by using an auto format?
Thanks again for your expertise...