﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridViewAutoSizeRowMode" FullName="System.Windows.Forms.DataGridViewAutoSizeRowMode"><TypeSignature Language="C#" Value="public enum DataGridViewAutoSizeRowMode" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.DataGridView" /> control can resize its rows based on the preferred height of each row. The preferred row height is the minimum height required to display the largest cell value in that row. Different size modes let you indicate which cells are used to calculate the new heights (either header cells or non-header cells) and whether to resize all rows or only the rows that are currently displayed. Resizing a subset of rows is useful to avoid a performance penalty when working with many rows of data.</para><para>Content-based automatic resizing prevents users from adjusting row heights with the mouse. </para><para>This enumeration is used by the <see cref="T:System.Windows.Forms.DataGridView" /> control <see cref="Overload:System.Windows.Forms.DataGridView.AutoResizeRow" /> method.</para><para>For more information about sizing modes, see <format type="text/html"><a href="a5620a9c-0d06-41e3-8934-c25ddb16c9e6">Sizing Options in the Windows Forms DataGridView Control</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines values for specifying how the height of a row is adjusted. </para></summary></Docs><Members><Member MemberName="AllCells"><MemberSignature Language="C#" Value="AllCells" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataGridViewAutoSizeRowMode</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The row height adjusts to fit the contents of all cells in the row, including the header cell. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllCellsExceptHeader"><MemberSignature Language="C#" Value="AllCellsExceptHeader" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataGridViewAutoSizeRowMode</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The row height adjusts to fit the contents of all cells in the row, excluding the header cell. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="RowHeader"><MemberSignature Language="C#" Value="RowHeader" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataGridViewAutoSizeRowMode</ReturnType></ReturnValue><Docs><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The row height adjusts to fit the contents of the row header. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>