0 out of 1 rated this helpful - Rate this topic

DataGridView.AutoResizeColumns Method

Adjusts the width of all columns to fit the contents of their cells.

Name Description
DataGridView.AutoResizeColumns () Adjusts the width of all columns to fit the contents of all their cells, including the header cells.
DataGridView.AutoResizeColumns (DataGridViewAutoSizeColumnsMode) Adjusts the width of all columns using the specified size mode.
DataGridView.AutoResizeColumns (DataGridViewAutoSizeColumnsMode, Boolean) Adjusts the width of all columns using the specified size mode, optionally calculating the widths with the expectation that row heights will subsequently be adjusted.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.