Wisej.Web.DataGridViewRowHeadersWidthSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines values for specifying how the row header width is adjusted.
AutoSizeToAllHeaders
The row header width adjusts to fit the contents of all the row headers in the rows currently loaded on the client's data cache.
AutoSizeToDisplayedHeaders
The row header width adjusts to fit the contents of all the row headers in the currently displayed rows.
AutoSizeToFirstHeader
The row header width adjusts to fit the contents of the first row header.
DisableResizing
Users cannot adjust the column header width.
EnableResizing
Users can adjust the column header width.
Returns or sets whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers.
Adjusts the width of the row headers using the specified size mode.