Looks up a localized string similar to If the total width of all the columns is less than the width of the grid, the width of the first, last, or of all the columns can be stretched to occupy the available grid width using the specified ColumnStretchMode. When All Mode is selected it's not possible to resize the columns, even if AllowColumnResize is set to true..

Namespace: Ico.Awx.Resources
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static string ColumnStretchModeDescription { get; }
Visual Basic
Public Shared ReadOnly Property ColumnStretchModeDescription As String
	Get
JScript
static function get ColumnStretchModeDescription () : String

See Also