DataGridView.AutoResizeRows Method (2007 System)
Include Protected Members
Include Inherited Members
Adjusts the heights of some or all rows to fit their contents.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Adjusts the heights of all rows to fit the contents of all their cells, including the header cells. (Inherited from DataGridView.)
AutoResizeRows(DataGridViewAutoSizeRowsMode)
Adjusts the heights of the rows using the specified size mode value. (Inherited from DataGridView.)
AutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean)
Adjusts the heights of all rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted. (Inherited from DataGridView.)
AutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean)
Adjusts the heights of the specified rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted. (Inherited from DataGridView.)
Top